mirror of https://github.com/KLayout/klayout.git
Added tests
This commit is contained in:
parent
16d662229d
commit
6e2310186b
|
|
@ -1328,3 +1328,12 @@ TEST(55d_drccount)
|
|||
run_test (_this, "55", true);
|
||||
}
|
||||
|
||||
TEST(57_issue_1190)
|
||||
{
|
||||
run_test (_this, "57", false);
|
||||
}
|
||||
|
||||
TEST(57d_issue_1190)
|
||||
{
|
||||
run_test (_this, "57", true);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
source $drc_test_source
|
||||
target $drc_test_target
|
||||
|
||||
if $drc_test_deep
|
||||
deep
|
||||
end
|
||||
|
||||
l1 = input(1, 0)
|
||||
|
||||
l1.output(1, 0)
|
||||
|
||||
l1e = l1.edges
|
||||
l1e.with_angle(ortho).extended_out(1.dbu).merged.output(100, 0)
|
||||
l1e.with_angle(diagonal_only).extended_in(1.dbu).merged.output(101, 0)
|
||||
l1e.with_angle(diagonal).extended(1.dbu, 2.dbu, 3.dbu, 4.dbu).merged.output(102, 0)
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue