Unity/examples/example_3
2023-11-12 19:07:32 -05:00
..
helper Updated examples 2013-07-19 21:30:35 +10:00
src Fix another access outside array bounds. 2019-12-08 22:34:47 +00:00
test - Fixed broken examples 2015-06-18 10:38:20 -04:00
rakefile_helper.rb Catch up on Ruby style and formatting changes. 2023-11-12 19:07:32 -05:00
rakefile.rb Updated to newer coding standard 2019-10-24 15:33:41 -04:00
readme.txt Compile examples in continuous integration, update example_3 readme 2017-01-18 19:33:24 -06:00
target_gcc_32.yml add missing trailing slash 2018-09-10 15:19:15 +02:00

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.

You can build and test using rake. The rake version will let you test with gcc or a couple
versions of IAR.  You can tweak the yaml files to get those versions 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.)
Without ruby, you have to maintain your own test runners.  Do that for a while and you'll learn
why you really want to start using the Ruby tools.