mvandervoord
|
d16c27b085
|
- added target for checking ANSI compliance
- fixed ANSI (C89) issues, including #418
|
2019-10-25 10:17:12 -04:00 |
|
Fabian Zahn
|
5f67ac6ab2
|
Fixed copy and paste error, changed the signature from:
void flushSpy(int c) {}
to:
void flushSpy(void) {}
|
2018-02-18 16:32:04 +01:00 |
|
Fabian Zahn
|
456759296b
|
Added flushSpy
|
2018-02-18 14:23:26 +01:00 |
|
jsalling
|
41df8feaee
|
Fix test for counting CMock_Verify calls
|
2016-12-31 13:59:07 -06:00 |
|
Mark VanderVoord
|
96f51e8530
|
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.
|
2016-06-22 20:57:11 -04:00 |
|