diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/00_basic/basic_tests.c | 2 | ||||
| -rw-r--r-- | test/010_io_H48_read_write/io_H48_tests.c | 2 | ||||
| -rw-r--r-- | test/011_io_SRC_write/io_SRC_tests.c | 2 | ||||
| -rw-r--r-- | test/012_io_AVX_write/io_AVX_tests.c | 2 | ||||
| -rw-r--r-- | test/020_move/move_tests.c | 2 | ||||
| -rw-r--r-- | test/030_inverse_cube/inverse_tests.c | 2 | ||||
| -rw-r--r-- | test/040_compose/compose_tests.c | 2 | ||||
| -rw-r--r-- | test/050_transform/transform_tests.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/test/00_basic/basic_tests.c b/test/00_basic/basic_tests.c index 5f5df6b..b1ff001 100644 --- a/test/00_basic/basic_tests.c +++ b/test/00_basic/basic_tests.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | #include <stdint.h> | 2 | #include <stdint.h> |
| 3 | #include <stdio.h> | 3 | #include <stdio.h> |
| 4 | 4 | ||
| 5 | #include "../../src/cube.h" | 5 | #include "../../cube.h" |
| 6 | 6 | ||
| 7 | void | 7 | void |
| 8 | check(cube_t cube, char *name) | 8 | check(cube_t cube, char *name) |
diff --git a/test/010_io_H48_read_write/io_H48_tests.c b/test/010_io_H48_read_write/io_H48_tests.c index 7c3978e..62117b9 100644 --- a/test/010_io_H48_read_write/io_H48_tests.c +++ b/test/010_io_H48_read_write/io_H48_tests.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | #include <stdint.h> | 2 | #include <stdint.h> |
| 3 | #include <stdio.h> | 3 | #include <stdio.h> |
| 4 | 4 | ||
| 5 | #include "../../src/cube.h" | 5 | #include "../../cube.h" |
| 6 | 6 | ||
| 7 | #define STRLENMAX 10000 | 7 | #define STRLENMAX 10000 |
| 8 | 8 | ||
diff --git a/test/011_io_SRC_write/io_SRC_tests.c b/test/011_io_SRC_write/io_SRC_tests.c index f454b6f..ea9005d 100644 --- a/test/011_io_SRC_write/io_SRC_tests.c +++ b/test/011_io_SRC_write/io_SRC_tests.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | #include <stdint.h> | 2 | #include <stdint.h> |
| 3 | #include <stdio.h> | 3 | #include <stdio.h> |
| 4 | 4 | ||
| 5 | #include "../../src/cube.h" | 5 | #include "../../cube.h" |
| 6 | 6 | ||
| 7 | #define STRLENMAX 10000 | 7 | #define STRLENMAX 10000 |
| 8 | 8 | ||
diff --git a/test/012_io_AVX_write/io_AVX_tests.c b/test/012_io_AVX_write/io_AVX_tests.c index 2815cab..62a6874 100644 --- a/test/012_io_AVX_write/io_AVX_tests.c +++ b/test/012_io_AVX_write/io_AVX_tests.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | #include <stdint.h> | 2 | #include <stdint.h> |
| 3 | #include <stdio.h> | 3 | #include <stdio.h> |
| 4 | 4 | ||
| 5 | #include "../../src/cube.h" | 5 | #include "../../cube.h" |
| 6 | 6 | ||
| 7 | #define STRLENMAX 10000 | 7 | #define STRLENMAX 10000 |
| 8 | 8 | ||
diff --git a/test/020_move/move_tests.c b/test/020_move/move_tests.c index 054466b..0dede14 100644 --- a/test/020_move/move_tests.c +++ b/test/020_move/move_tests.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | #include <stdint.h> | 2 | #include <stdint.h> |
| 3 | #include <stdio.h> | 3 | #include <stdio.h> |
| 4 | 4 | ||
| 5 | #include "../../src/cube.h" | 5 | #include "../../cube.h" |
| 6 | 6 | ||
| 7 | #define STRLENMAX 10000 | 7 | #define STRLENMAX 10000 |
| 8 | #define MOVESMAX 1000 | 8 | #define MOVESMAX 1000 |
diff --git a/test/030_inverse_cube/inverse_tests.c b/test/030_inverse_cube/inverse_tests.c index 0a56568..b08e42e 100644 --- a/test/030_inverse_cube/inverse_tests.c +++ b/test/030_inverse_cube/inverse_tests.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | #include <stdint.h> | 2 | #include <stdint.h> |
| 3 | #include <stdio.h> | 3 | #include <stdio.h> |
| 4 | 4 | ||
| 5 | #include "../../src/cube.h" | 5 | #include "../../cube.h" |
| 6 | 6 | ||
| 7 | #define STRLENMAX 10000 | 7 | #define STRLENMAX 10000 |
| 8 | 8 | ||
diff --git a/test/040_compose/compose_tests.c b/test/040_compose/compose_tests.c index a4a5f00..e8f0175 100644 --- a/test/040_compose/compose_tests.c +++ b/test/040_compose/compose_tests.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | #include <stdint.h> | 2 | #include <stdint.h> |
| 3 | #include <stdio.h> | 3 | #include <stdio.h> |
| 4 | 4 | ||
| 5 | #include "../../src/cube.h" | 5 | #include "../../cube.h" |
| 6 | 6 | ||
| 7 | #define STRLENMAX 10000 | 7 | #define STRLENMAX 10000 |
| 8 | 8 | ||
diff --git a/test/050_transform/transform_tests.c b/test/050_transform/transform_tests.c index fabc9bc..e199035 100644 --- a/test/050_transform/transform_tests.c +++ b/test/050_transform/transform_tests.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | #include <stdint.h> | 2 | #include <stdint.h> |
| 3 | #include <stdio.h> | 3 | #include <stdio.h> |
| 4 | 4 | ||
| 5 | #include "../../src/cube.h" | 5 | #include "../../cube.h" |
| 6 | 6 | ||
| 7 | #define STRLENMAX 10000 | 7 | #define STRLENMAX 10000 |
| 8 | 8 | ||
