mirror of https://github.com/KLayout/klayout.git
New test case for LVS
This commit is contained in:
parent
8d5ef02c3d
commit
cb2d76def6
|
|
@ -154,3 +154,10 @@ TEST(17_private)
|
||||||
test_is_long_runner ();
|
test_is_long_runner ();
|
||||||
run_test (_this, "test_17.lylvs", "test_17.cir.gz", "test_17.gds.gz", true, "test_17.lvsdb");
|
run_test (_this, "test_17.lylvs", "test_17.cir.gz", "test_17.gds.gz", true, "test_17.lvsdb");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
TEST(18_private)
|
||||||
|
{
|
||||||
|
// test_is_long_runner ();
|
||||||
|
run_test (_this, "test_18.lvs", "test_18.cir.gz", "test_18.gds.gz", true);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue