diff options
author | sanine <sanine.not@pm.me> | 2022-01-16 10:48:17 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-01-16 10:48:17 -0600 |
commit | 70fe832f3bfcf3fdff04772e1e9a96b4422ff2b3 (patch) | |
tree | 78ba000cb87f87ff4f6412e8862ac13d3f30ce07 /tests/tests.h | |
parent | 342f577c24439977985e2de89fe512e504489735 (diff) |
add tests for lily_assert_null and lily_assert_ptr_equal
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 |