aboutsummaryrefslogtreecommitdiff
path: root/test/033_inverse_move/inverse_move_tests.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-07-31 09:47:57 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-07-31 09:47:57 +0200
commit992de12cc081e7dde16c3c231f83bfa77c67825a (patch)
treeaf0b2d51b1a6cd92ae2cd6a32d581d752ddce8ea /test/033_inverse_move/inverse_move_tests.c
parente2b154c40acaac4e7a7b3e379ada0404519c3750 (diff)
downloadnissy-core-992de12cc081e7dde16c3c231f83bfa77c67825a.tar.gz
nissy-core-992de12cc081e7dde16c3c231f83bfa77c67825a.zip
Added move sequence comparison function
Diffstat (limited to 'test/033_inverse_move/inverse_move_tests.c')
-rw-r--r--test/033_inverse_move/inverse_move_tests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/033_inverse_move/inverse_move_tests.c b/test/033_inverse_move/inverse_move_tests.c
index e9bad0c..5453f83 100644
--- a/test/033_inverse_move/inverse_move_tests.c
+++ b/test/033_inverse_move/inverse_move_tests.c
@@ -3,11 +3,11 @@
3extern char *movestr[]; 3extern char *movestr[];
4 4
5int64_t readmoves(const char *, size_t n, size_t m, 5int64_t readmoves(const char *, size_t n, size_t m,
6 uint64_t *, uint64_t *, uint8_t [n], uint8_t [m]); 6 size_t *, size_t *, uint8_t [n], uint8_t [m]);
7uint8_t inverse_move(uint8_t); 7uint8_t inverse_move(uint8_t);
8 8
9void run(void) { 9void run(void) {
10 uint64_t inv, nor; 10 size_t inv, nor;
11 int64_t tot; 11 int64_t tot;
12 uint8_t moves[2]; 12 uint8_t moves[2];
13 13

Generated with cgit - Back to sebastiano.tronto.net