• Home
Name Date Size #Lines LOC

..--

helper/07-Sep-2024-2416

src/07-Sep-2024-4426

test/07-Sep-2024-9557

rakefile.rbD07-Sep-2024744 3929

rakefile_helper.rbD07-Sep-20248 KiB255197

readme.txtD07-Sep-2024696 1410

target_gcc_32.ymlD07-Sep-2024913 4846

readme.txt

1Example 3
2=========
3
4This example project gives an example of some passing, ignored, and failing tests.
5It's simple and meant for you to look over and get an idea for what all of this stuff does.
6
7You can build and test using rake. The rake version will let you test with gcc or a couple
8versions of IAR.  You can tweak the yaml files to get those versions running.
9
10Ruby is required if you're using the rake version (obviously).  This version shows off most of
11Unity's advanced features (automatically creating test runners, fancy summaries, etc.)
12Without ruby, you have to maintain your own test runners.  Do that for a while and you'll learn
13why you really want to start using the Ruby tools.
14