diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-13 21:49:30 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-13 21:49:30 +0100 |
| commit | 4444e53eaadf33aa309a40849730be332ca6d0de (patch) | |
| tree | 0dca7c5d0a83b28f5010f12dae8e74caff7e05fe /test | |
| parent | d0c592bdc3beb12074f085ab085dd90de9b8e643 (diff) | |
| download | nissy-core-4444e53eaadf33aa309a40849730be332ca6d0de.tar.gz nissy-core-4444e53eaadf33aa309a40849730be332ca6d0de.zip | |
Tidy up; made things testable
Diffstat (limited to 'test')
37 files changed, 70 insertions, 0 deletions
diff --git a/test/061_coord_eo/00_solved.in b/test/061_coord_eo/00_solved.in new file mode 100644 index 0000000..dff224d --- /dev/null +++ b/test/061_coord_eo/00_solved.in | |||
| @@ -0,0 +1 @@ | |||
| UF0 UB0 DB0 DF0 UR0 UL0 DL0 DR0 FR0 FL0 BL0 BR0 UFR0 UBL0 DFL0 DBR0 UFL0 UBR0 DFR0 DBL0 | |||
diff --git a/test/061_coord_eo/00_solved.out b/test/061_coord_eo/00_solved.out new file mode 100644 index 0000000..573541a --- /dev/null +++ b/test/061_coord_eo/00_solved.out | |||
| @@ -0,0 +1 @@ | |||
| 0 | |||
diff --git a/test/061_coord_eo/01_U.in b/test/061_coord_eo/01_U.in new file mode 100644 index 0000000..b5b36ad --- /dev/null +++ b/test/061_coord_eo/01_U.in | |||
| @@ -0,0 +1 @@ | |||
| UR0 UL0 DB0 DF0 UB0 UF0 DL0 DR0 FR0 FL0 BL0 BR0 UBR0 UFL0 DFL0 DBR0 UFR0 UBL0 DFR0 DBL0 | |||
diff --git a/test/061_coord_eo/01_U.out b/test/061_coord_eo/01_U.out new file mode 100644 index 0000000..573541a --- /dev/null +++ b/test/061_coord_eo/01_U.out | |||
| @@ -0,0 +1 @@ | |||
| 0 | |||
diff --git a/test/061_coord_eo/02_U2.in b/test/061_coord_eo/02_U2.in new file mode 100644 index 0000000..316ad57 --- /dev/null +++ b/test/061_coord_eo/02_U2.in | |||
| @@ -0,0 +1 @@ | |||
| UB0 UF0 DB0 DF0 UL0 UR0 DL0 DR0 FR0 FL0 BL0 BR0 UBL0 UFR0 DFL0 DBR0 UBR0 UFL0 DFR0 DBL0 | |||
diff --git a/test/061_coord_eo/02_U2.out b/test/061_coord_eo/02_U2.out new file mode 100644 index 0000000..573541a --- /dev/null +++ b/test/061_coord_eo/02_U2.out | |||
| @@ -0,0 +1 @@ | |||
| 0 | |||
diff --git a/test/061_coord_eo/03_U3.in b/test/061_coord_eo/03_U3.in new file mode 100644 index 0000000..7721ab5 --- /dev/null +++ b/test/061_coord_eo/03_U3.in | |||
| @@ -0,0 +1 @@ | |||
| UL0 UR0 DB0 DF0 UF0 UB0 DL0 DR0 FR0 FL0 BL0 BR0 UFL0 UBR0 DFL0 DBR0 UBL0 UFR0 DFR0 DBL0 | |||
diff --git a/test/061_coord_eo/03_U3.out b/test/061_coord_eo/03_U3.out new file mode 100644 index 0000000..573541a --- /dev/null +++ b/test/061_coord_eo/03_U3.out | |||
| @@ -0,0 +1 @@ | |||
| 0 | |||
diff --git a/test/061_coord_eo/04_D.in b/test/061_coord_eo/04_D.in new file mode 100644 index 0000000..cf4f816 --- /dev/null +++ b/test/061_coord_eo/04_D.in | |||
| @@ -0,0 +1 @@ | |||
| UF0 UB0 DR0 DL0 UR0 UL0 DB0 DF0 FR0 FL0 BL0 BR0 UFR0 UBL0 DBL0 DFR0 UFL0 UBR0 DFL0 DBR0 | |||
diff --git a/test/061_coord_eo/04_D.out b/test/061_coord_eo/04_D.out new file mode 100644 index 0000000..573541a --- /dev/null +++ b/test/061_coord_eo/04_D.out | |||
| @@ -0,0 +1 @@ | |||
| 0 | |||
diff --git a/test/061_coord_eo/07_R.in b/test/061_coord_eo/07_R.in new file mode 100644 index 0000000..8c8fcb3 --- /dev/null +++ b/test/061_coord_eo/07_R.in | |||
| @@ -0,0 +1 @@ | |||
| UF0 UB0 DB0 DF0 FR0 UL0 DL0 BR0 DR0 FL0 BL0 UR0 DFR2 UBL0 DFL0 UBR2 UFL0 UFR1 DBR1 DBL0 | |||
diff --git a/test/061_coord_eo/07_R.out b/test/061_coord_eo/07_R.out new file mode 100644 index 0000000..573541a --- /dev/null +++ b/test/061_coord_eo/07_R.out | |||
| @@ -0,0 +1 @@ | |||
| 0 | |||
diff --git a/test/061_coord_eo/08_R2.in b/test/061_coord_eo/08_R2.in new file mode 100644 index 0000000..90765e2 --- /dev/null +++ b/test/061_coord_eo/08_R2.in | |||
| @@ -0,0 +1 @@ | |||
| UF0 UB0 DB0 DF0 DR0 UL0 DL0 UR0 BR0 FL0 BL0 FR0 DBR0 UBL0 DFL0 UFR0 UFL0 DFR0 UBR0 DBL0 | |||
diff --git a/test/061_coord_eo/08_R2.out b/test/061_coord_eo/08_R2.out new file mode 100644 index 0000000..573541a --- /dev/null +++ b/test/061_coord_eo/08_R2.out | |||
| @@ -0,0 +1 @@ | |||
| 0 | |||
diff --git a/test/061_coord_eo/10_L.in b/test/061_coord_eo/10_L.in new file mode 100644 index 0000000..0b0565c --- /dev/null +++ b/test/061_coord_eo/10_L.in | |||
| @@ -0,0 +1 @@ | |||
| UF0 UB0 DB0 DF0 UR0 BL0 FL0 DR0 FR0 UL0 DL0 BR0 UFR0 DBL2 UFL2 DBR0 UBL1 UBR0 DFR0 DFL1 | |||
diff --git a/test/061_coord_eo/10_L.out b/test/061_coord_eo/10_L.out new file mode 100644 index 0000000..573541a --- /dev/null +++ b/test/061_coord_eo/10_L.out | |||
| @@ -0,0 +1 @@ | |||
| 0 | |||
diff --git a/test/061_coord_eo/13_F.in b/test/061_coord_eo/13_F.in new file mode 100644 index 0000000..e805af8 --- /dev/null +++ b/test/061_coord_eo/13_F.in | |||
| @@ -0,0 +1 @@ | |||
| FL1 UB0 DB0 FR1 UR0 UL0 DL0 DR0 UF1 DF1 BL0 BR0 UFL1 UBL0 DFR1 DBR0 DFL2 UBR0 UFR2 DBL0 | |||
diff --git a/test/061_coord_eo/13_F.out b/test/061_coord_eo/13_F.out new file mode 100644 index 0000000..2c60641 --- /dev/null +++ b/test/061_coord_eo/13_F.out | |||
| @@ -0,0 +1 @@ | |||
| 388 | |||
diff --git a/test/061_coord_eo/14_F2.in b/test/061_coord_eo/14_F2.in new file mode 100644 index 0000000..8aa701f --- /dev/null +++ b/test/061_coord_eo/14_F2.in | |||
| @@ -0,0 +1 @@ | |||
| DF0 UB0 DB0 UF0 UR0 UL0 DL0 DR0 FL0 FR0 BL0 BR0 DFL0 UBL0 UFR0 DBR0 DFR0 UBR0 UFL0 DBL0 | |||
diff --git a/test/061_coord_eo/14_F2.out b/test/061_coord_eo/14_F2.out new file mode 100644 index 0000000..573541a --- /dev/null +++ b/test/061_coord_eo/14_F2.out | |||
| @@ -0,0 +1 @@ | |||
| 0 | |||
diff --git a/test/061_coord_eo/15_F3.in b/test/061_coord_eo/15_F3.in new file mode 100644 index 0000000..40f1260 --- /dev/null +++ b/test/061_coord_eo/15_F3.in | |||
| @@ -0,0 +1 @@ | |||
| FR1 UB0 DB0 FL1 UR0 UL0 DL0 DR0 DF1 UF1 BL0 BR0 DFR1 UBL0 UFL1 DBR0 UFR2 UBR0 DFL2 DBL0 | |||
diff --git a/test/061_coord_eo/15_F3.out b/test/061_coord_eo/15_F3.out new file mode 100644 index 0000000..2c60641 --- /dev/null +++ b/test/061_coord_eo/15_F3.out | |||
| @@ -0,0 +1 @@ | |||
| 388 | |||
diff --git a/test/061_coord_eo/16_B.in b/test/061_coord_eo/16_B.in new file mode 100644 index 0000000..f7fb13c --- /dev/null +++ b/test/061_coord_eo/16_B.in | |||
| @@ -0,0 +1 @@ | |||
| UF0 BR1 BL1 DF0 UR0 UL0 DL0 DR0 FR0 FL0 UB1 DB1 UFR0 UBR1 DFL0 DBL1 UFL0 DBR2 DFR0 UBL2 | |||
diff --git a/test/061_coord_eo/16_B.out b/test/061_coord_eo/16_B.out new file mode 100644 index 0000000..1fd9918 --- /dev/null +++ b/test/061_coord_eo/16_B.out | |||
| @@ -0,0 +1 @@ | |||
| 1539 | |||
diff --git a/test/061_coord_eo/17_B2.in b/test/061_coord_eo/17_B2.in new file mode 100644 index 0000000..9b33e35 --- /dev/null +++ b/test/061_coord_eo/17_B2.in | |||
| @@ -0,0 +1 @@ | |||
| UF0 DB0 UB0 DF0 UR0 UL0 DL0 DR0 FR0 FL0 BR0 BL0 UFR0 DBR0 DFL0 UBL0 UFL0 DBL0 DFR0 UBR0 | |||
diff --git a/test/061_coord_eo/17_B2.out b/test/061_coord_eo/17_B2.out new file mode 100644 index 0000000..573541a --- /dev/null +++ b/test/061_coord_eo/17_B2.out | |||
| @@ -0,0 +1 @@ | |||
| 0 | |||
diff --git a/test/061_coord_eo/18_B3.in b/test/061_coord_eo/18_B3.in new file mode 100644 index 0000000..1367517 --- /dev/null +++ b/test/061_coord_eo/18_B3.in | |||
| @@ -0,0 +1 @@ | |||
| UF0 BL1 BR1 DF0 UR0 UL0 DL0 DR0 FR0 FL0 DB1 UB1 UFR0 DBL1 DFL0 UBR1 UFL0 UBL2 DFR0 DBR2 | |||
diff --git a/test/061_coord_eo/18_B3.out b/test/061_coord_eo/18_B3.out new file mode 100644 index 0000000..1fd9918 --- /dev/null +++ b/test/061_coord_eo/18_B3.out | |||
| @@ -0,0 +1 @@ | |||
| 1539 | |||
diff --git a/test/061_coord_eo/20_scrambled.in b/test/061_coord_eo/20_scrambled.in new file mode 100644 index 0000000..274d30b --- /dev/null +++ b/test/061_coord_eo/20_scrambled.in | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | UL0 BL0 BR1 DL0 FR0 DF0 DB1 DR1 UB0 FL0 UF0 UR1 DFL0 UFR1 DBR1 UBR2 DBL2 DFR0 UFL1 UBL2 | ||
| 2 | |||
| 3 | // Scramble: U R D' L D' F L2 D L F B D2 B' L2 F U2 L2 D2 R2 L2 B' | ||
diff --git a/test/061_coord_eo/20_scrambled.out b/test/061_coord_eo/20_scrambled.out new file mode 100644 index 0000000..aa309cc --- /dev/null +++ b/test/061_coord_eo/20_scrambled.out | |||
| @@ -0,0 +1 @@ | |||
| 1122 | |||
diff --git a/test/061_coord_eo/coord_eo_tests.c b/test/061_coord_eo/coord_eo_tests.c new file mode 100644 index 0000000..bd3db8a --- /dev/null +++ b/test/061_coord_eo/coord_eo_tests.c | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | #include <stdbool.h> | ||
| 2 | #include <inttypes.h> | ||
| 3 | #include <stdio.h> | ||
| 4 | |||
| 5 | #ifdef CUBE_AVX2 | ||
| 6 | #include <immintrin.h> | ||
| 7 | #endif | ||
| 8 | |||
| 9 | #include "../test.h" | ||
| 10 | |||
| 11 | #define STRLENMAX 10000 | ||
| 12 | |||
| 13 | int64_t coord_fast_eo(cube_fast_t); | ||
| 14 | cube_fast_t cubetofast(cube_t); | ||
| 15 | |||
| 16 | int main() { | ||
| 17 | char str[STRLENMAX]; | ||
| 18 | cube_t cube; | ||
| 19 | cube_fast_t fast; | ||
| 20 | int16_t result; | ||
| 21 | |||
| 22 | fgets(str, STRLENMAX, stdin); | ||
| 23 | cube = readcube("H48", str); | ||
| 24 | fast = cubetofast(cube); | ||
| 25 | |||
| 26 | result = coord_fast_eo(fast); | ||
| 27 | |||
| 28 | printf("%" PRId16 "\n", result); | ||
| 29 | |||
| 30 | return 0; | ||
| 31 | } | ||
diff --git a/test/060_solve_simple/01_U_U3.in b/test/070_solve_simple/01_U_U3.in index c0f7930..c0f7930 100644 --- a/test/060_solve_simple/01_U_U3.in +++ b/test/070_solve_simple/01_U_U3.in | |||
diff --git a/test/060_solve_simple/01_U_U3.out b/test/070_solve_simple/01_U_U3.out index ca934b4..ca934b4 100644 --- a/test/060_solve_simple/01_U_U3.out +++ b/test/070_solve_simple/01_U_U3.out | |||
diff --git a/test/060_solve_simple/02_MUMU_alloptimal.in b/test/070_solve_simple/02_MUMU_alloptimal.in index f97c95f..f97c95f 100644 --- a/test/060_solve_simple/02_MUMU_alloptimal.in +++ b/test/070_solve_simple/02_MUMU_alloptimal.in | |||
diff --git a/test/060_solve_simple/02_MUMU_alloptimal.out b/test/070_solve_simple/02_MUMU_alloptimal.out index 06cd521..06cd521 100644 --- a/test/060_solve_simple/02_MUMU_alloptimal.out +++ b/test/070_solve_simple/02_MUMU_alloptimal.out | |||
diff --git a/test/060_solve_simple/solve_simple_tests.c b/test/070_solve_simple/solve_simple_tests.c index 14a1674..14a1674 100644 --- a/test/060_solve_simple/solve_simple_tests.c +++ b/test/070_solve_simple/solve_simple_tests.c | |||
diff --git a/test/test.h b/test/test.h new file mode 100644 index 0000000..607a52d --- /dev/null +++ b/test/test.h | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | #include "../cube.h" | ||
| 2 | |||
| 3 | #ifdef CUBE_AVX2 | ||
| 4 | typedef __m256i cube_fast_t; | ||
| 5 | #else | ||
| 6 | typedef cube_t cube_fast_t; | ||
| 7 | #endif | ||
