aboutsummaryrefslogtreecommitdiff
path: root/test/023_io_LST_write
diff options
context:
space:
mode:
Diffstat (limited to '')
-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
5 files changed, 3 insertions, 1 deletions
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