Updated tests.

This commit is contained in:
Matthias Koefferlein 2020-01-04 21:19:06 +01:00
parent 6c5ac14e56
commit 811560094a
7 changed files with 6 additions and 0 deletions

View File

@ -1281,3 +1281,9 @@ TEST(119_HierClustersCombArrays)
run_hc_test (_this, "comb.gds", "comb_au1.gds");
run_hc_test_with_backannotation (_this, "comb.gds", "comb_au2.gds");
}
TEST(120_HierClustersCombArrays)
{
run_hc_test (_this, "comb2.gds", "comb2_au1.gds");
run_hc_test_with_backannotation (_this, "comb2.gds", "comb2_au2.gds");
}

BIN
testdata/algo/comb.gds vendored Normal file

Binary file not shown.

BIN
testdata/algo/comb2.gds vendored Normal file

Binary file not shown.

BIN
testdata/algo/comb2_au1.gds vendored Normal file

Binary file not shown.

BIN
testdata/algo/comb2_au2.gds vendored Normal file

Binary file not shown.

BIN
testdata/algo/comb_au1.gds vendored Normal file

Binary file not shown.

BIN
testdata/algo/comb_au2.gds vendored Normal file

Binary file not shown.