aboutsummaryrefslogtreecommitdiff
path: root/test/100_gendata_cocsep
diff options
context:
space:
mode:
Diffstat (limited to 'test/100_gendata_cocsep')
-rw-r--r--test/100_gendata_cocsep/00_all.in0
-rw-r--r--test/100_gendata_cocsep/00_all.out1
-rw-r--r--test/100_gendata_cocsep/gendata_cocsep_tests.c14
3 files changed, 15 insertions, 0 deletions
diff --git a/test/100_gendata_cocsep/00_all.in b/test/100_gendata_cocsep/00_all.in
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/test/100_gendata_cocsep/00_all.in
diff --git a/test/100_gendata_cocsep/00_all.out b/test/100_gendata_cocsep/00_all.out
new file mode 100644
index 0000000..37b8c1d
--- /dev/null
+++ b/test/100_gendata_cocsep/00_all.out
@@ -0,0 +1 @@
1119788
diff --git a/test/100_gendata_cocsep/gendata_cocsep_tests.c b/test/100_gendata_cocsep/gendata_cocsep_tests.c
new file mode 100644
index 0000000..19dfa9f
--- /dev/null
+++ b/test/100_gendata_cocsep/gendata_cocsep_tests.c
@@ -0,0 +1,14 @@
1#include "../test.h"
2
3size_t gendata_cocsep(void *);
4
5int main(void) {
6 uint32_t buf[300000];
7 size_t result;
8
9 result = gendata_cocsep(buf);
10
11 printf("%zu\n", result);
12
13 return 0;
14}

Generated with cgit - Back to sebastiano.tronto.net