aboutsummaryrefslogtreecommitdiff
path: root/tests/test_all.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-10-09 18:12:39 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-10-09 18:12:39 +0200
commit445364a4b495c275e2723a05e7f4be0090ba5d0a (patch)
treebc8b58ccef2efde356dc5f955cb7a08850d8f407 /tests/test_all.c
parent2dce2a8a0ebd95e9e65d9d53206c4b2babc2af2f (diff)
downloadnissy-445364a4b495c275e2723a05e7f4be0090ba5d0a.tar.gz
nissy-445364a4b495c275e2723a05e7f4be0090ba5d0a.zip
Finished fst, added tests. STILL NOT WORKING.
Diffstat (limited to '')
-rw-r--r--tests/test_all.c10
1 files changed, 10 insertions, 0 deletions
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 @@
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