diff options
Diffstat (limited to 'tests/main.c')
-rw-r--r-- | tests/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/main.c b/tests/main.c index ccc7310..69bf65e 100644 --- a/tests/main.c +++ b/tests/main.c @@ -8,7 +8,8 @@ int main() { - run_test("check basic assert_msg()", basic_assertion); + run_test("check lily_assert_msg()", basic_assertion); + run_test("check lily_assert_equal()", assert_equal); printf("all tests finished.\n"); return 0; |