diff options
author | sanine <sanine.not@pm.me> | 2021-12-22 00:56:08 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2021-12-22 00:56:08 -0600 |
commit | 82009d685f48e95d58e0eaaf16f2bfc260e172ab (patch) | |
tree | 81d0e08861bb309946c02d0653a71df75de62096 /tests/main.c | |
parent | 46313b3265798ecf4cd6efedd3ef85caaa222cb4 (diff) |
add lily_assert_equal macro
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; |