|
5204c1bacf
|
Merge pull request #550 from jannisbaudisch/fix_test_parameterization_regex
Improve regex for test parameterization to support function pointers
|
2023-02-06 15:31:49 -05:00 |
|
|
48d7210644
|
Fixing CI tests passing
|
2022-11-27 14:46:34 +03:00 |
|
|
77bd4f9943
|
Add test for function pointers in parameterized tests
|
2021-04-01 11:07:49 +02:00 |
|
|
d16c27b085
|
- added target for checking ANSI compliance
- fixed ANSI (C89) issues, including #418
|
2019-10-25 10:17:12 -04:00 |
|
|
2939c420ed
|
Better protection against nested comments (and things that look like comments)
|
2019-08-12 15:40:43 -04:00 |
|
|
6b2eb52468
|
Add test to verify comment-stripping is working with http-style comments.
|
2019-07-05 15:35:40 -04:00 |
|
|
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 |
|
|
456759296b
|
Added flushSpy
|
2018-02-18 14:23:26 +01:00 |
|
|
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 |
|