summaryrefslogtreecommitdiff
path: root/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'test.h')
-rw-r--r--test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.h b/test.h
index 7fa1efe..f6566b9 100644
--- a/test.h
+++ b/test.h
@@ -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)