Merge pull request #468 from KLayout/issue-458

Updated tests.
This commit is contained in:
Matthias Köfferlein 2020-01-04 21:22:52 +01:00 committed by GitHub
commit 5d31c397b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.