diff options
Diffstat (limited to 'tests/fst_tests.c')
| -rw-r--r-- | tests/fst_tests.c | 10 |
1 files changed, 7 insertions, 3 deletions
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 @@ | |||
| 3 | static bool testmethod_fst_is_consistent(void *); | 3 | static bool testmethod_fst_is_consistent(void *); |
| 4 | static bool testmethod_cube_to_fst_to_cube(void *); | 4 | static bool testmethod_cube_to_fst_to_cube(void *); |
| 5 | static bool testmethod_fst_move(void *); | 5 | static bool testmethod_fst_move(void *); |
| 6 | static bool testmethod_fst_inverse(void *); | 6 | static bool testmethod_fst_inverse(void *); static bool check_equal_and_log(Cube *, Cube *); |
| 7 | |||
| 8 | static bool check_equal_and_log(Cube *, Cube *); | ||
| 9 | static void void_to_cube(void *, Cube *); | 7 | static void void_to_cube(void *, Cube *); |
| 10 | 8 | ||
| 11 | char *algs[] = { | 9 | char *algs[] = { |
| @@ -66,6 +64,12 @@ TestSuite fst_post_init_suite = { | |||
| 66 | .teardown = NULL, | 64 | .teardown = NULL, |
| 67 | }; | 65 | }; |
| 68 | 66 | ||
| 67 | TestSuite *fst_testsuites[] = { | ||
| 68 | &fst_pre_init_suite, | ||
| 69 | &fst_post_init_suite, | ||
| 70 | NULL | ||
| 71 | }; | ||
| 72 | |||
| 69 | static bool | 73 | static bool |
| 70 | check_equal_and_log(Cube *c, Cube *d) | 74 | check_equal_and_log(Cube *c, Cube *d) |
| 71 | { | 75 | { |
