aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/101_gendata_esep/00_all.in (renamed from test/101_gendata_eoesep/00_all.in)0
-rw-r--r--test/101_gendata_esep/00_all.out (renamed from test/101_gendata_eoesep/00_all.out)0
-rw-r--r--test/101_gendata_esep/gendata_esep_tests.c (renamed from test/101_gendata_eoesep/gendata_eoesep_tests.c)4
3 files changed, 2 insertions, 2 deletions
diff --git a/test/101_gendata_eoesep/00_all.in b/test/101_gendata_esep/00_all.in
index e69de29..e69de29 100644
--- a/test/101_gendata_eoesep/00_all.in
+++ b/test/101_gendata_esep/00_all.in
diff --git a/test/101_gendata_eoesep/00_all.out b/test/101_gendata_esep/00_all.out
index deba01f..deba01f 100644
--- a/test/101_gendata_eoesep/00_all.out
+++ b/test/101_gendata_esep/00_all.out
diff --git a/test/101_gendata_eoesep/gendata_eoesep_tests.c b/test/101_gendata_esep/gendata_esep_tests.c
index e03e95d..bc7ce25 100644
--- a/test/101_gendata_eoesep/gendata_eoesep_tests.c
+++ b/test/101_gendata_esep/gendata_esep_tests.c
@@ -7,14 +7,14 @@ uint32_t buf_c[CSIZE/4];
7uint32_t buf_e[ESIZE/4]; 7uint32_t buf_e[ESIZE/4];
8 8
9size_t gendata_cocsep(void *); 9size_t gendata_cocsep(void *);
10size_t gendata_eoesep(uint8_t, uint8_t, const void *, void *); 10size_t gendata_esep(const void *, void *);
11 11
12int main(void) { 12int main(void) {
13 uint32_t i; 13 uint32_t i;
14 size_t result; 14 size_t result;
15 15
16 gendata_cocsep(buf_c); 16 gendata_cocsep(buf_c);
17 result = gendata_eoesep(0U, 4U, buf_c, buf_e); 17 result = gendata_esep(buf_c, buf_e);
18 18
19 printf("nothing\n"); 19 printf("nothing\n");
20 20

Generated with cgit - Back to sebastiano.tronto.net