diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-12-26 12:41:36 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-12-26 12:41:36 +0100 |
| commit | cecdb7c5a0fc4821bc56c6aae5428925ec1baa15 (patch) | |
| tree | 5f478c2154ffafe55f1866edd82546d1472fb6c3 /tests/fst_test_util.h | |
| parent | 1ac26de8dcb76323a5f96eab200a027236cb55d0 (diff) | |
| download | nissy-cecdb7c5a0fc4821bc56c6aae5428925ec1baa15.tar.gz nissy-cecdb7c5a0fc4821bc56c6aae5428925ec1baa15.zip | |
Fixed fst_inverse
Diffstat (limited to '')
| -rw-r--r-- | tests/fst_test_util.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ | |||
| 1 | #include "../src/fst.h" | ||
| 2 | |||
| 3 | extern char *algs[]; | ||
| 4 | |||
| 5 | bool equal_and_log(Cube *c, Cube *d); | ||
| 6 | bool try_str(CubeTester f, char *algstr, char *msg); | ||
| 7 | bool try_all_str(CubeTester f, char *msg); | ||
