mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-08 04:08:14 +02:00
WIP: hierarchy variant building, tests
This commit is contained in:
BIN
Binary file not shown.
@@ -120,3 +120,13 @@ TEST(BasicNot2)
|
||||
{
|
||||
run_test_bool (_this, "hlp2.oas", TMNot, 101);
|
||||
}
|
||||
|
||||
TEST(BasicAnd3)
|
||||
{
|
||||
run_test_bool (_this, "hlp3.oas", TMAnd, 100);
|
||||
}
|
||||
|
||||
TEST(BasicNot3)
|
||||
{
|
||||
run_test_bool (_this, "hlp3.oas", TMNot, 101);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user