From 0571557ad1a943739806046a24fdaf1e62b32886 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 1 Feb 2023 18:15:51 +0100 Subject: Enabled make test and test.sh --- tests/test.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tests/test.c') diff --git a/tests/test.c b/tests/test.c index c122db8..2055c78 100644 --- a/tests/test.c +++ b/tests/test.c @@ -1,5 +1,4 @@ -#include -#include "fst_tests.h" +#include "test.h" static bool run_test(Test *); static bool run_suite(TestSuite *); @@ -38,6 +37,9 @@ run_suite(TestSuite *suite) } int main() { + init_env(); + init_trans(); + if (!run_suite(&fst_pre_init_suite)) return 1; if (!run_suite(&fst_post_init_suite)) -- cgit v1.3