diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-12-26 12:41:36 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-12-26 12:41:36 +0100 |
| commit | cecdb7c5a0fc4821bc56c6aae5428925ec1baa15 (patch) | |
| tree | 5f478c2154ffafe55f1866edd82546d1472fb6c3 /tests/test_all.c | |
| parent | 1ac26de8dcb76323a5f96eab200a027236cb55d0 (diff) | |
| download | nissy-cecdb7c5a0fc4821bc56c6aae5428925ec1baa15.tar.gz nissy-cecdb7c5a0fc4821bc56c6aae5428925ec1baa15.zip | |
Fixed fst_inverse
Diffstat (limited to 'tests/test_all.c')
| -rw-r--r-- | tests/test_all.c | 10 |
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 | |||
| 3 | void test_fst_all(); | ||
| 4 | |||
| 5 | int main() { | ||
| 6 | test_fst_all(); | ||
| 7 | |||
| 8 | printf("All tests passed.\n"); | ||
| 9 | return 0; | ||
| 10 | } | ||
