From cd866d68cf1bf6ea928cc48a4f2b753c0b1baa6f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Tue, 22 Apr 2025 11:14:06 +0200 Subject: Updated tests and added fixed =A to B32 output --- test/102_cocsep_selfsim/00_all.in | 4 ++-- test/102_cocsep_selfsim/cocsep_selfsim_tests.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test/102_cocsep_selfsim') diff --git a/test/102_cocsep_selfsim/00_all.in b/test/102_cocsep_selfsim/00_all.in index 07bda04..5d0021c 100644 --- a/test/102_cocsep_selfsim/00_all.in +++ b/test/102_cocsep_selfsim/00_all.in @@ -1,2 +1,2 @@ -UF0 UB0 DB0 DF0 UR0 UL0 DL0 DR0 FR0 FL0 BL0 BR0 UFR0 UBL0 DFL0 DBR0 UFL0 UBR0 DFR0 DBL0 -UF0 UB0 DB0 DF0 FR0 UL0 DL0 BR0 DR0 FL0 BL0 UR0 DFR2 UBL0 DFL0 UBR2 UFL0 UFR1 DBR1 DBL0 +ABCDEFGH=ABCDEFGHIJKL=A +WBCVEILH=ABCDIFGLHJKE=A diff --git a/test/102_cocsep_selfsim/cocsep_selfsim_tests.c b/test/102_cocsep_selfsim/cocsep_selfsim_tests.c index 0ead3b4..9966321 100644 --- a/test/102_cocsep_selfsim/cocsep_selfsim_tests.c +++ b/test/102_cocsep_selfsim/cocsep_selfsim_tests.c @@ -24,7 +24,7 @@ void run(void) { /* All cases in the same test so we do not generate data many times */ while (fgets(str, STRLENMAX, stdin) != NULL) { - cube = readcube("H48", str); + cube = readcube(str); coord = coord_cocsep(cube); data = cocsepdata[coord]; coclass = (data & (0xFFFU << 16)) >> 16; -- cgit v1.3