From 5b9087c8648cda5b9c3b99b92bdba960ae10b7b6 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Tue, 26 Sep 2023 21:58:04 +0200 Subject: [PATCH] Added LVS tests --- src/lvs/unit_tests/lvsSimpleTests.cc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/lvs/unit_tests/lvsSimpleTests.cc b/src/lvs/unit_tests/lvsSimpleTests.cc index 7fb2b8ae4..5a8c838e3 100644 --- a/src/lvs/unit_tests/lvsSimpleTests.cc +++ b/src/lvs/unit_tests/lvsSimpleTests.cc @@ -275,3 +275,13 @@ TEST(29_DeviceCombineAndTolerances) run_test (_this, "res_combine2", "res_combine.gds"); run_test (_this, "res_combine3", "res_combine.gds"); } + +TEST(30_MustConnect1) +{ + run_test (_this, "must_connect1", "must_connect1.gds"); +} + +TEST(31_MustConnect2) +{ + run_test (_this, "must_connect2", "must_connect2.gds"); +}