summaryrefslogtreecommitdiff
path: root/tests/main.c
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2021-12-25 23:12:46 -0600
committersanine <sanine.not@pm.me>2021-12-25 23:12:46 -0600
commit9c4bd59002109c850dda3ab79febc17f7f0367e9 (patch)
tree78444546c972a4317cc7da0e20bdecb9101f7587 /tests/main.c
parent82009d685f48e95d58e0eaaf16f2bfc260e172ab (diff)
begin refactor to two-file library
Diffstat (limited to 'tests/main.c')
-rw-r--r--tests/main.c4
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;
}