commit 270e5b0444f67781856bf80db51650af9cb89b0c parent 2d0ab15ac1f81c76cb6bb31bbdad3d2ee339e062 Author: Sebastiano Tronto <sebastiano@tronto.net> Date: Thu, 17 Jul 2025 08:54:44 +0200 Renamed tests to make space for more coordinate tests Diffstat:
92 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/test/080_allowedmoves/00_empty.in b/test/090_allowedmoves/00_empty.in diff --git a/test/080_allowedmoves/00_empty.out b/test/090_allowedmoves/00_empty.out diff --git a/test/080_allowedmoves/01_onemove.in b/test/090_allowedmoves/01_onemove.in diff --git a/test/080_allowedmoves/01_onemove.out b/test/090_allowedmoves/01_onemove.out diff --git a/test/080_allowedmoves/02_F_F2.in b/test/090_allowedmoves/02_F_F2.in diff --git a/test/080_allowedmoves/02_F_F2.out b/test/090_allowedmoves/02_F_F2.out diff --git a/test/080_allowedmoves/03_U_F.in b/test/090_allowedmoves/03_U_F.in diff --git a/test/080_allowedmoves/03_U_F.out b/test/090_allowedmoves/03_U_F.out diff --git a/test/080_allowedmoves/04_R_L_R.in b/test/090_allowedmoves/04_R_L_R.in diff --git a/test/080_allowedmoves/04_R_L_R.out b/test/090_allowedmoves/04_R_L_R.out diff --git a/test/080_allowedmoves/05_longer_true.in b/test/090_allowedmoves/05_longer_true.in diff --git a/test/080_allowedmoves/05_longer_true.out b/test/090_allowedmoves/05_longer_true.out diff --git a/test/080_allowedmoves/06_longer_false.in b/test/090_allowedmoves/06_longer_false.in diff --git a/test/080_allowedmoves/06_longer_false.out b/test/090_allowedmoves/06_longer_false.out diff --git a/test/080_allowedmoves/07_D_U_false_order.in b/test/090_allowedmoves/07_D_U_false_order.in diff --git a/test/080_allowedmoves/07_D_U_false_order.out b/test/090_allowedmoves/07_D_U_false_order.out diff --git a/test/080_allowedmoves/allowedmoves_tests.c b/test/090_allowedmoves/allowedmoves_tests.c diff --git a/test/081_getcube/00_solved_0.in b/test/091_getcube/00_solved_0.in diff --git a/test/081_getcube/00_solved_0.out b/test/091_getcube/00_solved_0.out diff --git a/test/081_getcube/02_scrambled.in b/test/091_getcube/02_scrambled.in diff --git a/test/081_getcube/02_scrambled.out b/test/091_getcube/02_scrambled.out diff --git a/test/081_getcube/getcube_tests.c b/test/091_getcube/getcube_tests.c diff --git a/test/090_tables_readwrite/00_table.in b/test/100_tables_readwrite/00_table.in diff --git a/test/090_tables_readwrite/00_table.out b/test/100_tables_readwrite/00_table.out diff --git a/test/090_tables_readwrite/tables_readwrite_tests.c b/test/100_tables_readwrite/tables_readwrite_tests.c diff --git a/test/100_gendata_cocsep/00_all.in b/test/110_gendata_cocsep/00_all.in diff --git a/test/100_gendata_cocsep/00_all.out b/test/110_gendata_cocsep/00_all.out diff --git a/test/100_gendata_cocsep/gendata_cocsep_tests.c b/test/110_gendata_cocsep/gendata_cocsep_tests.c diff --git a/test/101_cocsep_transform_invariant/00_solved.in b/test/111_cocsep_transform_invariant/00_solved.in diff --git a/test/101_cocsep_transform_invariant/00_solved.out b/test/111_cocsep_transform_invariant/00_solved.out diff --git a/test/101_cocsep_transform_invariant/01_U.in b/test/111_cocsep_transform_invariant/01_U.in diff --git a/test/101_cocsep_transform_invariant/01_U.out b/test/111_cocsep_transform_invariant/01_U.out diff --git a/test/101_cocsep_transform_invariant/02_scrambled.in b/test/111_cocsep_transform_invariant/02_scrambled.in diff --git a/test/101_cocsep_transform_invariant/02_scrambled.out b/test/111_cocsep_transform_invariant/02_scrambled.out diff --git a/test/101_cocsep_transform_invariant/cocsep_transform_invariant.c b/test/111_cocsep_transform_invariant/cocsep_transform_invariant.c diff --git a/test/102_cocsep_selfsim/00_all.in b/test/112_cocsep_selfsim/00_all.in diff --git a/test/102_cocsep_selfsim/00_all.out b/test/112_cocsep_selfsim/00_all.out diff --git a/test/102_cocsep_selfsim/cocsep_selfsim_tests.c b/test/112_cocsep_selfsim/cocsep_selfsim_tests.c diff --git a/test/103_cocsep_selfsim_distribution/00_all.in b/test/113_cocsep_selfsim_distribution/00_all.in diff --git a/test/103_cocsep_selfsim_distribution/00_all.out b/test/113_cocsep_selfsim_distribution/00_all.out diff --git a/test/103_cocsep_selfsim_distribution/cocsep_selfsim_distribution_tests.c b/test/113_cocsep_selfsim_distribution/cocsep_selfsim_distribution_tests.c diff --git a/test/104_cocsep_ttrep/00_all.in b/test/114_cocsep_ttrep/00_all.in diff --git a/test/104_cocsep_ttrep/00_all.out b/test/114_cocsep_ttrep/00_all.out diff --git a/test/104_cocsep_ttrep/cocsep_ttrep_tests.c b/test/114_cocsep_ttrep/cocsep_ttrep_tests.c diff --git a/test/105_gendata_eoesep/00_all.in b/test/115_gendata_eoesep/00_all.in diff --git a/test/105_gendata_eoesep/00_all.out b/test/115_gendata_eoesep/00_all.out diff --git a/test/105_gendata_eoesep/gendata_eoesep_tests.c b/test/115_gendata_eoesep/gendata_eoesep_tests.c diff --git a/test/110_coord_invcoord_h48/00_all.in b/test/120_coord_invcoord_h48/00_all.in diff --git a/test/110_coord_invcoord_h48/00_all.out b/test/120_coord_invcoord_h48/00_all.out diff --git a/test/110_coord_invcoord_h48/coord_invcoord_h48_tests.c b/test/120_coord_invcoord_h48/coord_invcoord_h48_tests.c diff --git a/test/111_h48map/00_small.in b/test/121_h48map/00_small.in diff --git a/test/111_h48map/00_small.out b/test/121_h48map/00_small.out diff --git a/test/111_h48map/01_large.in b/test/121_h48map/01_large.in diff --git a/test/111_h48map/01_large.out b/test/121_h48map/01_large.out diff --git a/test/111_h48map/h48map_tests.c b/test/121_h48map/h48map_tests.c diff --git a/test/112_gendata_h48short/00_depth_1.in b/test/122_gendata_h48short/00_depth_1.in diff --git a/test/112_gendata_h48short/00_depth_1.out b/test/122_gendata_h48short/00_depth_1.out diff --git a/test/112_gendata_h48short/01_depth_3.in b/test/122_gendata_h48short/01_depth_3.in diff --git a/test/112_gendata_h48short/01_depth_3.out b/test/122_gendata_h48short/01_depth_3.out diff --git a/test/112_gendata_h48short/gendata_h48short_tests.c b/test/122_gendata_h48short/gendata_h48short_tests.c diff --git a/test/120_gendata_eo/00_all.in b/test/130_gendata_eo/00_all.in diff --git a/test/120_gendata_eo/00_all.out b/test/130_gendata_eo/00_all.out diff --git a/test/120_gendata_eo/gendata_eo_tests.c b/test/130_gendata_eo/gendata_eo_tests.c diff --git a/test/121_coorddata_dr/00_all.in b/test/131_coorddata_dr/00_all.in diff --git a/test/121_coorddata_dr/00_all.out b/test/131_coorddata_dr/00_all.out diff --git a/test/121_coorddata_dr/coorddata_dr.c b/test/131_coorddata_dr/coorddata_dr.c diff --git a/test/122_coorddata_dreo/00_all.in b/test/132_coorddata_dreo/00_all.in diff --git a/test/122_coorddata_dreo/00_all.out b/test/132_coorddata_dreo/00_all.out diff --git a/test/122_coorddata_dreo/coorddata_dreo.c b/test/132_coorddata_dreo/coorddata_dreo.c diff --git a/test/130_appendsolution/00_empty.in b/test/140_appendsolution/00_empty.in diff --git a/test/130_appendsolution/00_empty.out b/test/140_appendsolution/00_empty.out diff --git a/test/130_appendsolution/01_simple_onlynormal_nounniss.in b/test/140_appendsolution/01_simple_onlynormal_nounniss.in diff --git a/test/130_appendsolution/01_simple_onlynormal_nounniss.out b/test/140_appendsolution/01_simple_onlynormal_nounniss.out diff --git a/test/130_appendsolution/02_simple_onlynormal_nounnis_multitrans.in b/test/140_appendsolution/02_simple_onlynormal_nounnis_multitrans.in diff --git a/test/130_appendsolution/02_simple_onlynormal_nounnis_multitrans.out b/test/140_appendsolution/02_simple_onlynormal_nounnis_multitrans.out diff --git a/test/130_appendsolution/03_simple_unniss.in b/test/140_appendsolution/03_simple_unniss.in diff --git a/test/130_appendsolution/03_simple_unniss.out b/test/140_appendsolution/03_simple_unniss.out diff --git a/test/130_appendsolution/04_niss_nounniss.in b/test/140_appendsolution/04_niss_nounniss.in diff --git a/test/130_appendsolution/04_niss_nounniss.out b/test/140_appendsolution/04_niss_nounniss.out diff --git a/test/130_appendsolution/05_sort_parallel.in b/test/140_appendsolution/05_sort_parallel.in diff --git a/test/130_appendsolution/05_sort_parallel.out b/test/140_appendsolution/05_sort_parallel.out diff --git a/test/130_appendsolution/06_unniss_trans_sort.in b/test/140_appendsolution/06_unniss_trans_sort.in diff --git a/test/130_appendsolution/06_unniss_trans_sort.out b/test/140_appendsolution/06_unniss_trans_sort.out diff --git a/test/130_appendsolution/07_unniss_cancel_nosol.in b/test/140_appendsolution/07_unniss_cancel_nosol.in diff --git a/test/130_appendsolution/07_unniss_cancel_nosol.out b/test/140_appendsolution/07_unniss_cancel_nosol.out diff --git a/test/130_appendsolution/08_unniss_cancel_nosol_v2.in b/test/140_appendsolution/08_unniss_cancel_nosol_v2.in diff --git a/test/130_appendsolution/08_unniss_cancel_nosol_v2.out b/test/140_appendsolution/08_unniss_cancel_nosol_v2.out diff --git a/test/130_appendsolution/09_fullinverse_niss.in b/test/140_appendsolution/09_fullinverse_niss.in diff --git a/test/130_appendsolution/09_fullinverse_niss.out b/test/140_appendsolution/09_fullinverse_niss.out diff --git a/test/130_appendsolution/10_rotated.in b/test/140_appendsolution/10_rotated.in diff --git a/test/130_appendsolution/10_rotated.out b/test/140_appendsolution/10_rotated.out diff --git a/test/130_appendsolution/appendsolution_tests.c b/test/140_appendsolution/appendsolution_tests.c