readme.txt 696 字节
Newer Older
W
Warwick Stone 已提交
1 2
Example 3
=========
W
Warwick Stone 已提交
3 4 5 6

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.

7 8
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.
W
Warwick Stone 已提交
9 10

Ruby is required if you're using the rake version (obviously).  This version shows off most of
W
Warwick Stone 已提交
11
Unity's advanced features (automatically creating test runners, fancy summaries, etc.)
12 13
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.