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/nissy_tests.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/nissy_tests.c (limited to 'tests/nissy_tests.c') diff --git a/tests/nissy_tests.c b/tests/nissy_tests.c new file mode 100644 index 0000000..d959423 --- /dev/null +++ b/tests/nissy_tests.c @@ -0,0 +1,12 @@ +#include + +void fst_pre_init_testall(); +void fst_post_init_testall(); + +int main() { + fst_pre_init_testall(); + fst_post_init_testall(); + + printf("All tests passed.\n"); + return 0; +} -- cgit v1.3