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