diff --git a/examples/example_x/helper/UnityHelper.c b/examples/example_3/helper/UnityHelper.c similarity index 100% rename from examples/example_x/helper/UnityHelper.c rename to examples/example_3/helper/UnityHelper.c diff --git a/examples/example_x/helper/UnityHelper.h b/examples/example_3/helper/UnityHelper.h similarity index 100% rename from examples/example_x/helper/UnityHelper.h rename to examples/example_3/helper/UnityHelper.h diff --git a/examples/example_x/makefile b/examples/example_3/makefile similarity index 100% rename from examples/example_x/makefile rename to examples/example_3/makefile diff --git a/examples/example_x/rakefile.rb b/examples/example_3/rakefile.rb similarity index 100% rename from examples/example_x/rakefile.rb rename to examples/example_3/rakefile.rb diff --git a/examples/example_x/rakefile_helper.rb b/examples/example_3/rakefile_helper.rb similarity index 100% rename from examples/example_x/rakefile_helper.rb rename to examples/example_3/rakefile_helper.rb diff --git a/examples/example_x/readme.txt b/examples/example_3/readme.txt similarity index 88% rename from examples/example_x/readme.txt rename to examples/example_3/readme.txt index 6c7780e..df6fb18 100644 --- a/examples/example_x/readme.txt +++ b/examples/example_3/readme.txt @@ -1,4 +1,5 @@ -Example Project +Example 3 +========= This example project gives an example of some passing, ignored, and failing tests. It's simple and meant for you to look over and get an idea for what all of this stuff does. @@ -9,10 +10,10 @@ test with gcc or a couple versions of IAR. You can tweak the yaml files to get running. Ruby is required if you're using the rake version (obviously). This version shows off most of -Unity's advanced features (automatically creating test runners, fancy summaries, etc.) +Unity's advanced features (automatically creating test runners, fancy summaries, etc.) The makefile version doesn't require anything outside of your normal build tools, but won't do the -extras for you. So that you can test right away, we've written the test runners for you and +extras for you. So that you can test right away, we've written the test runners for you and put them in the test\no_ruby subdirectory. If you make changes to the tests or source, you might need to update these (like when you add or remove tests). Do that for a while and you'll learn why you really want to start using the Ruby tools. \ No newline at end of file diff --git a/examples/example_x/src/ProductionCode.c b/examples/example_3/src/ProductionCode.c similarity index 100% rename from examples/example_x/src/ProductionCode.c rename to examples/example_3/src/ProductionCode.c diff --git a/examples/example_x/src/ProductionCode.h b/examples/example_3/src/ProductionCode.h similarity index 100% rename from examples/example_x/src/ProductionCode.h rename to examples/example_3/src/ProductionCode.h diff --git a/examples/example_x/src/ProductionCode2.c b/examples/example_3/src/ProductionCode2.c similarity index 100% rename from examples/example_x/src/ProductionCode2.c rename to examples/example_3/src/ProductionCode2.c diff --git a/examples/example_x/src/ProductionCode2.h b/examples/example_3/src/ProductionCode2.h similarity index 100% rename from examples/example_x/src/ProductionCode2.h rename to examples/example_3/src/ProductionCode2.h diff --git a/examples/example_x/target_gcc_32.yml b/examples/example_3/target_gcc_32.yml similarity index 100% rename from examples/example_x/target_gcc_32.yml rename to examples/example_3/target_gcc_32.yml diff --git a/examples/example_x/test/TestProductionCode.c b/examples/example_3/test/TestProductionCode.c similarity index 100% rename from examples/example_x/test/TestProductionCode.c rename to examples/example_3/test/TestProductionCode.c diff --git a/examples/example_x/test/TestProductionCode2.c b/examples/example_3/test/TestProductionCode2.c similarity index 100% rename from examples/example_x/test/TestProductionCode2.c rename to examples/example_3/test/TestProductionCode2.c diff --git a/examples/example_x/test/no_ruby/TestProductionCode2_Runner.c b/examples/example_3/test/no_ruby/TestProductionCode2_Runner.c similarity index 100% rename from examples/example_x/test/no_ruby/TestProductionCode2_Runner.c rename to examples/example_3/test/no_ruby/TestProductionCode2_Runner.c diff --git a/examples/example_x/test/no_ruby/TestProductionCode_Runner.c b/examples/example_3/test/no_ruby/TestProductionCode_Runner.c similarity index 100% rename from examples/example_x/test/no_ruby/TestProductionCode_Runner.c rename to examples/example_3/test/no_ruby/TestProductionCode_Runner.c