aboutsummaryrefslogtreecommitdiff
path: root/test/102_gendata_esep
diff options
context:
space:
mode:
Diffstat (limited to 'test/102_gendata_esep')
-rw-r--r--test/102_gendata_esep/00_all.in0
-rw-r--r--test/102_gendata_esep/00_all.out1
-rw-r--r--test/102_gendata_esep/gendata_esep_tests.c22
3 files changed, 0 insertions, 23 deletions
diff --git a/test/102_gendata_esep/00_all.in b/test/102_gendata_esep/00_all.in
deleted file mode 100644
index e69de29..0000000
--- a/test/102_gendata_esep/00_all.in
+++ /dev/null
diff --git a/test/102_gendata_esep/00_all.out b/test/102_gendata_esep/00_all.out
deleted file mode 100644
index deba01f..0000000
--- a/test/102_gendata_esep/00_all.out
+++ /dev/null
@@ -1 +0,0 @@
1something
diff --git a/test/102_gendata_esep/gendata_esep_tests.c b/test/102_gendata_esep/gendata_esep_tests.c
deleted file mode 100644
index bc7ce25..0000000
--- a/test/102_gendata_esep/gendata_esep_tests.c
+++ /dev/null
@@ -1,22 +0,0 @@
1#include "../test.h"
2
3#define CSIZE 1200000
4#define ESIZE 250000000
5
6uint32_t buf_c[CSIZE/4];
7uint32_t buf_e[ESIZE/4];
8
9size_t gendata_cocsep(void *);
10size_t gendata_esep(const void *, void *);
11
12int main(void) {
13 uint32_t i;
14 size_t result;
15
16 gendata_cocsep(buf_c);
17 result = gendata_esep(buf_c, buf_e);
18
19 printf("nothing\n");
20
21 return 0;
22}

Generated with cgit - Back to sebastiano.tronto.net