From cecdb7c5a0fc4821bc56c6aae5428925ec1baa15 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 26 Dec 2022 12:41:36 +0100 Subject: Fixed fst_inverse --- tests/test_all.c | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 tests/test_all.c (limited to 'tests/test_all.c') 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 @@ -#include "inc.h" - -void test_fst_all(); - -int main() { - test_fst_all(); - - printf("All tests passed.\n"); - return 0; -} -- cgit v1.3