mirror of https://github.com/KLayout/klayout.git
WIP: hierarchy variant building, tests
This commit is contained in:
parent
3cbbe041aa
commit
76b045e2ac
Binary file not shown.
|
|
@ -120,3 +120,13 @@ TEST(BasicNot2)
|
||||||
{
|
{
|
||||||
run_test_bool (_this, "hlp2.oas", TMNot, 101);
|
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);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue