diff options
Diffstat (limited to 'tests/main.c')
-rw-r--r-- | tests/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/main.c b/tests/main.c index 6aaf1ed..b16e058 100644 --- a/tests/main.c +++ b/tests/main.c @@ -17,6 +17,7 @@ int main() run_test(test_assert_not_null); run_test(test_assert_null); run_test(test_assert_ptr_equal); + run_test(test_assert_ptr_not_equal); return 0; } |