diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-20 11:00:48 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-05-20 11:00:48 +0200 |
| commit | 7b1836b35e4e4e275c093f1a120db8006108b90d (patch) | |
| tree | 807fbcb66808b65e995b2f854ba4c23f08ac7e55 /test/test.h | |
| parent | 413cc53c97f5a665bf84098b47e8d2267002f3ce (diff) | |
| download | nissy-core-7b1836b35e4e4e275c093f1a120db8006108b90d.tar.gz nissy-core-7b1836b35e4e4e275c093f1a120db8006108b90d.zip | |
Added tests for h48 invcoord
Diffstat (limited to '')
| -rw-r--r-- | test/test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h index 2086283..ab40bde 100644 --- a/test/test.h +++ b/test/test.h | |||
| @@ -26,3 +26,5 @@ bool issolvable(cube_t); | |||
| 26 | bool issolved(cube_t); | 26 | bool issolved(cube_t); |
| 27 | cube_t readcube(char *, char *); | 27 | cube_t readcube(char *, char *); |
| 28 | void writecube(char *, cube_t, char *); | 28 | void writecube(char *, cube_t, char *); |
| 29 | cube_t fasttocube(cube_fast_t); | ||
| 30 | cube_fast_t cubetofast(cube_t); | ||
