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/run_test.c | |
parent | 7634dd65ac55a0fe4e7ed69cee7e3957f574a03e (diff) |
re-implement basic lily_assert_msg() macro
Diffstat (limited to 'tests/run_test.c')
-rw-r--r-- | tests/run_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run_test.c b/tests/run_test.c new file mode 100644 index 0000000..3dd0c4b --- /dev/null +++ b/tests/run_test.c @@ -0,0 +1,2 @@ +#include "lily-test.h" + |