diff options
author | sanine <sanine.not@pm.me> | 2021-12-27 17:28:29 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2021-12-27 17:28:29 -0600 |
commit | 342f577c24439977985e2de89fe512e504489735 (patch) | |
tree | 6df409b7ee4a494450fb125bd89b63396398da4d /tests/tests.h | |
parent | faafb95fdda07167770c7823f6b37d99474e1836 (diff) |
add test for assert_not_null
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 ca72b4a..46cfb2e 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -11,4 +11,5 @@ const char* test_LILY_LOCATION(); const char* test_assert_msg(); const char* test_assert_true(); const char* test_assert_false(); +const char* test_assert_not_null(); #endif |