From 092270834eac54ed33e634494f9f38ba7fd38fd4 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 4 Feb 2023 17:26:32 +0100 Subject: Some improvements to test suite, ready to go --- tests/fst_tests.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'tests/fst_tests.c') diff --git a/tests/fst_tests.c b/tests/fst_tests.c index 684a479..dfaab39 100644 --- a/tests/fst_tests.c +++ b/tests/fst_tests.c @@ -3,9 +3,7 @@ static bool testmethod_fst_is_consistent(void *); static bool testmethod_cube_to_fst_to_cube(void *); static bool testmethod_fst_move(void *); -static bool testmethod_fst_inverse(void *); - -static bool check_equal_and_log(Cube *, Cube *); +static bool testmethod_fst_inverse(void *); static bool check_equal_and_log(Cube *, Cube *); static void void_to_cube(void *, Cube *); char *algs[] = { @@ -66,6 +64,12 @@ TestSuite fst_post_init_suite = { .teardown = NULL, }; +TestSuite *fst_testsuites[] = { + &fst_pre_init_suite, + &fst_post_init_suite, + NULL +}; + static bool check_equal_and_log(Cube *c, Cube *d) { -- cgit v1.3