aboutsummaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-05-20 11:00:48 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-05-20 11:00:48 +0200
commit7b1836b35e4e4e275c093f1a120db8006108b90d (patch)
tree807fbcb66808b65e995b2f854ba4c23f08ac7e55 /test/test.h
parent413cc53c97f5a665bf84098b47e8d2267002f3ce (diff)
downloadnissy-core-7b1836b35e4e4e275c093f1a120db8006108b90d.tar.gz
nissy-core-7b1836b35e4e4e275c093f1a120db8006108b90d.zip
Added tests for h48 invcoord
Diffstat (limited to '')
-rw-r--r--test/test.h2
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);
26bool issolved(cube_t); 26bool issolved(cube_t);
27cube_t readcube(char *, char *); 27cube_t readcube(char *, char *);
28void writecube(char *, cube_t, char *); 28void writecube(char *, cube_t, char *);
29cube_t fasttocube(cube_fast_t);
30cube_fast_t cubetofast(cube_t);

Generated with cgit - Back to sebastiano.tronto.net