Added test

This commit is contained in:
Matthias Koefferlein 2021-04-13 23:09:03 +02:00
parent 6ea04d6c27
commit 44e495a77a
1 changed files with 6 additions and 0 deletions

View File

@ -167,3 +167,9 @@ TEST(19_private)
run_test (_this, "test_19.lvs", "test_19.cir.gz", "test_19.gds.gz", true);
}
TEST(20_private)
{
// test_is_long_runner ();
run_test (_this, "test_20.lylvs", "test_20.cir.gz", "test_20.gds.gz", true, "test_20.lvsdb");
}