From 7b1836b35e4e4e275c093f1a120db8006108b90d Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 20 May 2024 11:00:48 +0200 Subject: Added tests for h48 invcoord --- test/test.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/test.h') 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); bool issolved(cube_t); cube_t readcube(char *, char *); void writecube(char *, cube_t, char *); +cube_t fasttocube(cube_fast_t); +cube_fast_t cubetofast(cube_t); -- cgit v1.3