diff options
Diffstat (limited to 'tests/test_all.c')
| -rw-r--r-- | tests/test_all.c | 10 |
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 | |||
| 3 | void test_fst_all(); | ||
| 4 | |||
| 5 | int main() { | ||
| 6 | test_fst_all(); | ||
| 7 | |||
| 8 | printf("All tests passed.\n"); | ||
| 9 | return 0; | ||
| 10 | } | ||
