diff options
author | sanine <sanine.not@pm.me> | 2022-01-16 13:55:53 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-01-16 13:55:53 -0600 |
commit | db8770da7bb9f8763b35480e6e900289aebb45a8 (patch) | |
tree | 15d7a69dc415ac421dd620e43d9ef5edac5defc8 /tests/tests.h | |
parent | 2ff1af31412f5644bcf6f4747bbaafed96ca6122 (diff) |
add test for lily_assert_int_equal
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 6a7d173..b54534c 100644 --- a/tests/tests.h +++ b/tests/tests.h @@ -15,4 +15,5 @@ const char* test_assert_not_null(); const char* test_assert_null(); const char* test_assert_ptr_equal(); const char* test_assert_ptr_not_equal(); +const char* test_assert_int_equal(); #endif |