aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-19 10:40:49 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-19 10:40:49 +0100
commit13275a4bb8696e730a4fffdd05b8e1d046e489c6 (patch)
tree4db3ed3ada41158c451188c98e74fdde5ea296b2 /test
parentd6fdf14d5c320bdca455f910d58d652c5a7827da (diff)
downloadnissy-core-13275a4bb8696e730a4fffdd05b8e1d046e489c6.tar.gz
nissy-core-13275a4bb8696e730a4fffdd05b8e1d046e489c6.zip
Simplified cube definition for move and transformations even more
Diffstat (limited to 'test')
-rw-r--r--test/022_io_AVX_write/01_solved.out4
-rw-r--r--test/022_io_AVX_write/02_scrambled.out4
-rw-r--r--test/023_io_LST_write/01_solved.in (renamed from test/022_io_AVX_write/01_solved.in)0
-rw-r--r--test/023_io_LST_write/01_solved.out1
-rw-r--r--test/023_io_LST_write/02_scrambled.in (renamed from test/022_io_AVX_write/02_scrambled.in)0
-rw-r--r--test/023_io_LST_write/02_scrambled.out1
-rw-r--r--test/023_io_LST_write/io_LST_tests.c (renamed from test/022_io_AVX_write/io_AVX_tests.c)2
7 files changed, 3 insertions, 9 deletions
diff --git a/test/022_io_AVX_write/01_solved.out b/test/022_io_AVX_write/01_solved.out
deleted file mode 100644
index 9bc7c29..0000000
--- a/test/022_io_AVX_write/01_solved.out
+++ /dev/null
@@ -1,4 +0,0 @@
1_mm256_set_epi8(
2 0, 0, 0, 0, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0,
3 0, 0, 0, 0, 0, 0, 0, 0, 7, 6, 5, 4, 3, 2, 1, 0
4)
diff --git a/test/022_io_AVX_write/02_scrambled.out b/test/022_io_AVX_write/02_scrambled.out
deleted file mode 100644
index 7d406a2..0000000
--- a/test/022_io_AVX_write/02_scrambled.out
+++ /dev/null
@@ -1,4 +0,0 @@
1_mm256_set_epi8(
2 0, 0, 0, 0, 7, 6, 26, 21, 27, 0, 3, 4, 8, 17, 2, 9,
3 0, 0, 0, 0, 0, 0, 0, 0, 1, 71, 2, 67, 68, 37, 32, 38
4)
diff --git a/test/022_io_AVX_write/01_solved.in b/test/023_io_LST_write/01_solved.in
index dff224d..dff224d 100644
--- a/test/022_io_AVX_write/01_solved.in
+++ b/test/023_io_LST_write/01_solved.in
diff --git a/test/023_io_LST_write/01_solved.out b/test/023_io_LST_write/01_solved.out
new file mode 100644
index 0000000..c5b394b
--- /dev/null
+++ b/test/023_io_LST_write/01_solved.out
@@ -0,0 +1 @@
0, 1, 2, 3, 4, 5, 6, 7, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11
diff --git a/test/022_io_AVX_write/02_scrambled.in b/test/023_io_LST_write/02_scrambled.in
index 6a05bbc..6a05bbc 100644
--- a/test/022_io_AVX_write/02_scrambled.in
+++ b/test/023_io_LST_write/02_scrambled.in
diff --git a/test/023_io_LST_write/02_scrambled.out b/test/023_io_LST_write/02_scrambled.out
new file mode 100644
index 0000000..9fcb603
--- /dev/null
+++ b/test/023_io_LST_write/02_scrambled.out
@@ -0,0 +1 @@
38, 32, 37, 68, 67, 2, 71, 1, 9, 2, 17, 8, 4, 3, 0, 27, 21, 26, 6, 7
diff --git a/test/022_io_AVX_write/io_AVX_tests.c b/test/023_io_LST_write/io_LST_tests.c
index 7dc944e..1532f91 100644
--- a/test/022_io_AVX_write/io_AVX_tests.c
+++ b/test/023_io_LST_write/io_LST_tests.c
@@ -21,7 +21,7 @@ int main() {
21 } else if (!issolvable(cube)) { 21 } else if (!issolvable(cube)) {
22 printf("Cube is not solvable\n"); 22 printf("Cube is not solvable\n");
23 } else { 23 } else {
24 writecube("AVX", cube, str); 24 writecube("LST", cube, str);
25 printf("%s\n", str); 25 printf("%s\n", str);
26 } 26 }
27 27

Generated with cgit - Back to sebastiano.tronto.net