From 445364a4b495c275e2723a05e7f4be0090ba5d0a Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 9 Oct 2022 18:12:39 +0200 Subject: Finished fst, added tests. STILL NOT WORKING. --- tests/test_all.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/test_all.c (limited to 'tests/test_all.c') diff --git a/tests/test_all.c b/tests/test_all.c new file mode 100644 index 0000000..4daeec0 --- /dev/null +++ b/tests/test_all.c @@ -0,0 +1,10 @@ +#include "inc.h" + +void test_fst_all(); + +int main() { + test_fst_all(); + + printf("All tests passed.\n"); + return 0; +} -- cgit v1.3