aboutsummaryrefslogtreecommitdiff
path: root/test/101_gendata_eoesep
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-04-22 19:23:45 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-04-22 19:23:45 +0200
commitbdc7004014d3b62a72867bc78961feb7c4f73c2a (patch)
tree2e3c9bd3ea03f849b27e4998a6b4d9e8325fb8aa /test/101_gendata_eoesep
parent9ed96a1ea3fc742791a8774267d5c7d5b604ce79 (diff)
downloadnissy-core-bdc7004014d3b62a72867bc78961feb7c4f73c2a.tar.gz
nissy-core-bdc7004014d3b62a72867bc78961feb7c4f73c2a.zip
Improved speed for esep table generation, but it is still slow. Changed moves names.
Diffstat (limited to 'test/101_gendata_eoesep')
-rw-r--r--test/101_gendata_eoesep/00_all.in0
-rw-r--r--test/101_gendata_eoesep/00_all.out1
-rw-r--r--test/101_gendata_eoesep/gendata_eoesep_tests.c22
3 files changed, 0 insertions, 23 deletions
diff --git a/test/101_gendata_eoesep/00_all.in b/test/101_gendata_eoesep/00_all.in
deleted file mode 100644
index e69de29..0000000
--- a/test/101_gendata_eoesep/00_all.in
+++ /dev/null
diff --git a/test/101_gendata_eoesep/00_all.out b/test/101_gendata_eoesep/00_all.out
deleted file mode 100644
index deba01f..0000000
--- a/test/101_gendata_eoesep/00_all.out
+++ /dev/null
@@ -1 +0,0 @@
1something
diff --git a/test/101_gendata_eoesep/gendata_eoesep_tests.c b/test/101_gendata_eoesep/gendata_eoesep_tests.c
deleted file mode 100644
index e03e95d..0000000
--- a/test/101_gendata_eoesep/gendata_eoesep_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_eoesep(uint8_t, uint8_t, const void *, void *);
11
12int main(void) {
13 uint32_t i;
14 size_t result;
15
16 gendata_cocsep(buf_c);
17 result = gendata_eoesep(0U, 4U, buf_c, buf_e);
18
19 printf("nothing\n");
20
21 return 0;
22}

Generated with cgit - Back to sebastiano.tronto.net