Unity/examples/example_2
2019-12-08 22:32:18 +00:00
..
src Fix access outside array bounds. 2019-12-08 22:32:18 +00:00
test Fix error in example_1 and example_2 2019-01-25 21:51:25 -08:00
makefile fixture example doesn't use memory extra 2019-10-30 10:05:49 -04:00
readme.txt Updated examples 2013-07-17 23:27:25 +10:00

Example 2
=========

Same as the first example, but now using Unity's test fixture to group tests
together. Using the test fixture also makes writing test runners much easier.