diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-01-22 00:25:47 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-01-22 00:25:47 +0100 |
| commit | 76e04a75b16a452c5021d6d1e499a15b44fc586d (patch) | |
| tree | dfcb43b69ac8bd693a6e35a6a04bcfd31416edcf /tests/nissy_tests.c | |
| parent | aaeb153ce869567f4f88f083dba28445216714f6 (diff) | |
| download | nissy-76e04a75b16a452c5021d6d1e499a15b44fc586d.tar.gz nissy-76e04a75b16a452c5021d6d1e499a15b44fc586d.zip | |
Removed old test files
Diffstat (limited to '')
| -rw-r--r-- | tests/nissy_tests.c | 12 |
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 | |||
| 3 | void fst_pre_init_testall(); | ||
| 4 | void fst_post_init_testall(); | ||
| 5 | |||
| 6 | int main() { | ||
| 7 | fst_pre_init_testall(); | ||
| 8 | fst_post_init_testall(); | ||
| 9 | |||
| 10 | printf("All tests passed.\n"); | ||
| 11 | return 0; | ||
| 12 | } | ||
