aboutsummaryrefslogtreecommitdiff
path: root/tests/nissy_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nissy_tests.c')
-rw-r--r--tests/nissy_tests.c12
1 files changed, 0 insertions, 12 deletions
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 @@
1#include <stdio.h>
2
3void fst_pre_init_testall();
4void fst_post_init_testall();
5
6int main() {
7 fst_pre_init_testall();
8 fst_post_init_testall();
9
10 printf("All tests passed.\n");
11 return 0;
12}

Generated with cgit - Back to sebastiano.tronto.net