diff options
Diffstat (limited to 'test/010_io_H48_read_write')
| -rw-r--r-- | test/010_io_H48_read_write/io_H48_tests.c | 12 |
1 files changed, 1 insertions, 11 deletions
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 70d1a91..71df1e7 100644 --- a/test/010_io_H48_read_write/io_H48_tests.c +++ b/test/010_io_H48_read_write/io_H48_tests.c | |||
| @@ -1,14 +1,4 @@ | |||
| 1 | #include <stdbool.h> | 1 | #include "../test.h" |
| 2 | #include <stdint.h> | ||
| 3 | #include <stdio.h> | ||
| 4 | |||
| 5 | #ifdef CUBE_AVX2 | ||
| 6 | #include <immintrin.h> | ||
| 7 | #endif | ||
| 8 | |||
| 9 | #include "../../cube.h" | ||
| 10 | |||
| 11 | #define STRLENMAX 10000 | ||
| 12 | 2 | ||
| 13 | int main() { | 3 | int main() { |
| 14 | char *c, str[STRLENMAX]; | 4 | char *c, str[STRLENMAX]; |
