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/fst_test_util.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/fst_test_util.h (limited to 'tests/fst_test_util.h') diff --git a/tests/fst_test_util.h b/tests/fst_test_util.h new file mode 100644 index 0000000..b67b945 --- /dev/null +++ b/tests/fst_test_util.h @@ -0,0 +1,7 @@ +#include "../src/fst.h" + +extern char *algs[]; + +bool equal_and_log(Cube *c, Cube *d); +bool try_str(CubeTester f, char *algstr, char *msg); +bool try_all_str(CubeTester f, char *msg); -- cgit v1.3