diff options
Diffstat (limited to 'test.h')
-rw-r--r-- | test.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ void testing_header(const char *); void testing_comment(const char*); +void testing_end(void); void test_int_equals_imp(const char*, int, int); #define test_int_equals(expression, expected) test_int_equals_imp(#expression, expression, expected) |