diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-22 11:14:06 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-22 11:14:06 +0200 |
| commit | cd866d68cf1bf6ea928cc48a4f2b753c0b1baa6f (patch) | |
| tree | f50ad0087e90e301240b6c93dcd267cbe49b282d /test/test.h | |
| parent | 8b72e391c7185e3da0dfbf0ab60068ac37e4d5cc (diff) | |
| download | nissy-core-cd866d68cf1bf6ea928cc48a4f2b753c0b1baa6f.tar.gz nissy-core-cd866d68cf1bf6ea928cc48a4f2b753c0b1baa6f.zip | |
Updated tests and added fixed =A to B32 output
Diffstat (limited to '')
| -rw-r--r-- | test/test.h | 4 |
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); | |||
| 25 | bool isconsistent(cube_t); | 25 | bool isconsistent(cube_t); |
| 26 | bool issolvable(cube_t); | 26 | bool issolvable(cube_t); |
| 27 | bool issolved(cube_t); | 27 | bool issolved(cube_t); |
| 28 | cube_t readcube(char *, char *); | 28 | cube_t readcube(char *); |
| 29 | int64_t writecube(const char *, cube_t, size_t n, char [n]); | 29 | int64_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 */ |
| 32 | void run(void); | 32 | void run(void); |
