1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 00:15:58 +01:00

Compile examples in continuous integration, update example_3 readme

Altered the rake build so that it passes. The example_3 shows off
some failing tests, so the rake build has to ignore those.
Update .gitignore file with executables from examples
This commit is contained in:
jsalling
2017-01-18 08:18:37 -06:00
parent 185fb49380
commit bb7f889f03
4 changed files with 14 additions and 15 deletions

7
.gitignore vendored
View File

@@ -1,10 +1,9 @@
build/
test/sandbox
.DS_Store
examples/example_1/test1.exe
examples/example_1/test2.exe
examples/example_2/all_tests.exe
examples/example_1/test1.out
examples/example_1/test2.out
examples/example_2/all_tests.out
examples/example_3/test1.out
examples/example_3/test2.out
test/testparameterized.c.results
test/testunity.c.results