From 76e04a75b16a452c5021d6d1e499a15b44fc586d Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 22 Jan 2023 00:25:47 +0100 Subject: Removed old test files --- tests/nissy_tests.c | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tests/nissy_tests.c (limited to 'tests/nissy_tests.c') diff --git a/tests/nissy_tests.c b/tests/nissy_tests.c deleted file mode 100644 index d959423..0000000 --- a/tests/nissy_tests.c +++ /dev/null @@ -1,12 +0,0 @@ -#include - -void fst_pre_init_testall(); -void fst_post_init_testall(); - -int main() { - fst_pre_init_testall(); - fst_post_init_testall(); - - printf("All tests passed.\n"); - return 0; -} -- cgit v1.3