From 1e3ca08048542a29d04ecc2c1dbc0e5ba8421c27 Mon Sep 17 00:00:00 2001 From: sanine Date: Tue, 21 Dec 2021 20:58:51 -0600 Subject: strip things down in preparation for refactor --- tests/main.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/main.c (limited to 'tests/main.c') diff --git a/tests/main.c b/tests/main.c new file mode 100644 index 0000000..a3de945 --- /dev/null +++ b/tests/main.c @@ -0,0 +1,13 @@ +#include +#include +#include +#include + +#include "lily-test.h" +#include "tests.h" + +int main() +{ + printf("all tests finished.\n"); + return 0; +} -- cgit v1.2.1