aboutsummaryrefslogtreecommitdiff
path: root/test/test.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-22 14:17:03 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-22 14:17:03 +0200
commitac652bb6fb45099008e862e3ced650299dc3ebb7 (patch)
tree12fb1c902c271fbeac41c4ee416cf1cd76b16fd7 /test/test.h
parent71e104d84b3538e15f27df79b151e6b49cbad1eb (diff)
parente391c4624055138f075c0e5772ccaf8ede094b5a (diff)
downloadnissy-core-ac652bb6fb45099008e862e3ced650299dc3ebb7.tar.gz
nissy-core-ac652bb6fb45099008e862e3ced650299dc3ebb7.zip
Merge branch 'master' into extend_moves
Diffstat (limited to 'test/test.h')
-rw-r--r--test/test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.h b/test/test.h
index 97f229b..78a3fd9 100644
--- a/test/test.h
+++ b/test/test.h
@@ -25,8 +25,8 @@ bool iserror(cube_t);
25bool isconsistent(cube_t); 25bool isconsistent(cube_t);
26bool issolvable(cube_t); 26bool issolvable(cube_t);
27bool issolved(cube_t); 27bool issolved(cube_t);
28cube_t readcube(char *, char *); 28cube_t readcube(char *);
29int64_t writecube(const char *, cube_t, size_t n, char [n]); 29int64_t writecube(cube_t, size_t n, char [n]);
30 30
31/* Test function to be implemented by all tests */ 31/* Test function to be implemented by all tests */
32void run(void); 32void run(void);

Generated with cgit - Back to sebastiano.tronto.net