diff options
author | sanine <sanine.not@pm.me> | 2021-12-22 00:27:43 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2021-12-22 00:27:43 -0600 |
commit | edb8c6114a20b806c56dd0225dd39e333ffb3ac3 (patch) | |
tree | 00ac174b41c0979a9c482e0cf68879341d4b7de0 /tests/main.c | |
parent | 7634dd65ac55a0fe4e7ed69cee7e3957f574a03e (diff) |
re-implement basic lily_assert_msg() macro
Diffstat (limited to 'tests/main.c')
-rw-r--r-- | tests/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/main.c b/tests/main.c index a3de945..ccc7310 100644 --- a/tests/main.c +++ b/tests/main.c @@ -8,6 +8,8 @@ int main() { + run_test("check basic assert_msg()", basic_assertion); + printf("all tests finished.\n"); return 0; } |