diff options
Diffstat (limited to 'tests/tests.h')
-rw-r--r-- | tests/tests.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests.h b/tests/tests.h index 46cfb2e..970d360 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -12,4 +12,6 @@ const char* test_assert_msg(); const char* test_assert_true(); const char* test_assert_false(); const char* test_assert_not_null(); +const char* test_assert_null(); +const char* test_assert_ptr_equal(); #endif |