summaryrefslogtreecommitdiff
path: root/tests/main.c
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-01-16 14:04:00 -0600
committersanine <sanine.not@pm.me>2022-01-16 14:04:00 -0600
commitabe324281121925be29c98f32d19a187a7e3f53f (patch)
treef7f1a1c4aed813d762ad93ddfe3e389a3b5b0468 /tests/main.c
parentdb8770da7bb9f8763b35480e6e900289aebb45a8 (diff)
remove location tests and add lily_assert_int_not_equal test
Diffstat (limited to 'tests/main.c')
-rw-r--r--tests/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/main.c b/tests/main.c
index 9752c34..3c94cf7 100644
--- a/tests/main.c
+++ b/tests/main.c
@@ -19,6 +19,7 @@ int main()
run_test(test_assert_ptr_equal);
run_test(test_assert_ptr_not_equal);
run_test(test_assert_int_equal);
+ run_test(test_assert_int_not_equal);
return 0;
}