aboutsummaryrefslogtreecommitdiff
path: root/tests/test_all.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_all.c')
-rw-r--r--tests/test_all.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/test_all.c b/tests/test_all.c
deleted file mode 100644
index 4daeec0..0000000
--- a/tests/test_all.c
+++ /dev/null
@@ -1,10 +0,0 @@
1#include "inc.h"
2
3void test_fst_all();
4
5int main() {
6 test_fst_all();
7
8 printf("All tests passed.\n");
9 return 0;
10}

Generated with cgit - Back to sebastiano.tronto.net