From cb2d76def6d237517eeceb9590339f44a577558f Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Fri, 26 Mar 2021 00:02:01 +0100 Subject: [PATCH] New test case for LVS --- src/lvs/unit_tests/lvsTests.cc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/lvs/unit_tests/lvsTests.cc b/src/lvs/unit_tests/lvsTests.cc index b4aa56f4e..aa147204c 100644 --- a/src/lvs/unit_tests/lvsTests.cc +++ b/src/lvs/unit_tests/lvsTests.cc @@ -154,3 +154,10 @@ TEST(17_private) test_is_long_runner (); 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); +} +