1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-26 18:01:35 +01:00

Updated method of testing generate_test_runner script to be a FUNCTIONAL test instead of a perfect code match. Backfilled most tests and added some coverage not previously present. Still need to test new command line args and a few cmock details.

This commit is contained in:
Mark VanderVoord
2016-06-22 20:57:11 -04:00
parent 4d3d062b56
commit 96f51e8530
29 changed files with 1189 additions and 231 deletions

6
test/testdata/CException.h vendored Normal file
View File

@@ -0,0 +1,6 @@
#ifndef CEXCEPTION_H
#define CEXCEPTION_H
#define CEXCEPTION_BEING_USED 1
#endif //CEXCEPTION_H