summaryrefslogtreecommitdiff
path: root/tests/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.h')
-rw-r--r--tests/tests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h
index 6a7d173..b54534c 100644
--- a/tests/tests.h
+++ b/tests/tests.h
@@ -15,4 +15,5 @@ const char* test_assert_not_null();
const char* test_assert_null();
const char* test_assert_ptr_equal();
const char* test_assert_ptr_not_equal();
+const char* test_assert_int_equal();
#endif