diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-10 23:51:20 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-10 23:51:20 +0200 |
| commit | 0032089b5c7dedf057c60fcee17cbdd2b0f8bb87 (patch) | |
| tree | 85cbf344b3ba69c0ac2fcc47fda098909799e8c4 /test/011_io_SRC_write | |
| parent | 2edc8c01fba711f4410279b59c784a43cf2dde41 (diff) | |
| download | nissy-core-0032089b5c7dedf057c60fcee17cbdd2b0f8bb87.tar.gz nissy-core-0032089b5c7dedf057c60fcee17cbdd2b0f8bb87.zip | |
Added more complete test for SRC_write; renamed tests for clarity
Diffstat (limited to '')
| -rw-r--r-- | test/011_io_SRC_write/01_solved.in (renamed from test/011_io_SRC/01_solved.in) | 0 | ||||
| -rw-r--r-- | test/011_io_SRC_write/01_solved.out (renamed from test/011_io_SRC/01_solved.out) | 0 | ||||
| -rw-r--r-- | test/011_io_SRC_write/02_scrambled.in | 1 | ||||
| -rw-r--r-- | test/011_io_SRC_write/02_scrambled.out | 4 | ||||
| -rw-r--r-- | test/011_io_SRC_write/io_SRC_tests.c (renamed from test/011_io_SRC/io_SRC_tests.c) | 0 |
5 files changed, 5 insertions, 0 deletions
diff --git a/test/011_io_SRC/01_solved.in b/test/011_io_SRC_write/01_solved.in index dff224d..dff224d 100644 --- a/test/011_io_SRC/01_solved.in +++ b/test/011_io_SRC_write/01_solved.in | |||
diff --git a/test/011_io_SRC/01_solved.out b/test/011_io_SRC_write/01_solved.out index 3853027..3853027 100644 --- a/test/011_io_SRC/01_solved.out +++ b/test/011_io_SRC_write/01_solved.out | |||
diff --git a/test/011_io_SRC_write/02_scrambled.in b/test/011_io_SRC_write/02_scrambled.in new file mode 100644 index 0000000..6a05bbc --- /dev/null +++ b/test/011_io_SRC_write/02_scrambled.in | |||
| @@ -0,0 +1 @@ | |||
| FL0 DB0 UB1 FR0 UR0 DF0 UF0 BR1 UL1 BL1 DL0 DR0 DFR1 UFR1 UBR1 UFL2 DBR2 DFL0 DBL2 UBL0 | |||
diff --git a/test/011_io_SRC_write/02_scrambled.out b/test/011_io_SRC_write/02_scrambled.out new file mode 100644 index 0000000..44d3d04 --- /dev/null +++ b/test/011_io_SRC_write/02_scrambled.out | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | { | ||
| 2 | .c = {38, 32, 37, 68, 67, 2, 71, 1}, | ||
| 3 | .e = {9, 2, 17, 8, 4, 3, 0, 27, 21, 26, 6, 7} | ||
| 4 | } | ||
diff --git a/test/011_io_SRC/io_SRC_tests.c b/test/011_io_SRC_write/io_SRC_tests.c index f454b6f..f454b6f 100644 --- a/test/011_io_SRC/io_SRC_tests.c +++ b/test/011_io_SRC_write/io_SRC_tests.c | |||
