aboutsummaryrefslogtreecommitdiff
path: root/test/011_io_SRC_write
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-13 23:47:00 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-13 23:47:00 +0100
commit41e31b84a9adeae0b6bdbc4c9438bfa5e782c9da (patch)
treeb6e9ae4db711e6b902ce5ae0f04e0b83c193cd26 /test/011_io_SRC_write
parent4444e53eaadf33aa309a40849730be332ca6d0de (diff)
downloadnissy-core-41e31b84a9adeae0b6bdbc4c9438bfa5e782c9da.tar.gz
nissy-core-41e31b84a9adeae0b6bdbc4c9438bfa5e782c9da.zip
Test cleanup
Diffstat (limited to 'test/011_io_SRC_write')
-rw-r--r--test/011_io_SRC_write/io_SRC_tests.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/test/011_io_SRC_write/io_SRC_tests.c b/test/011_io_SRC_write/io_SRC_tests.c
index c2d10f6..5ae3d99 100644
--- a/test/011_io_SRC_write/io_SRC_tests.c
+++ b/test/011_io_SRC_write/io_SRC_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
13int main() { 3int main() {
14 char *c, str[STRLENMAX]; 4 char *c, str[STRLENMAX];

Generated with cgit - Back to sebastiano.tronto.net