From 70fe832f3bfcf3fdff04772e1e9a96b4422ff2b3 Mon Sep 17 00:00:00 2001 From: sanine Date: Sun, 16 Jan 2022 10:48:17 -0600 Subject: add tests for lily_assert_null and lily_assert_ptr_equal --- tests/tests.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/tests.h') 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 -- cgit v1.2.1