diff options
Diffstat (limited to 'tests/tests.h')
-rw-r--r-- | tests/tests.h | 1 |
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 |