mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-02 10:57:51 +02:00
Merge pull request #699 from KLayout/oas-reader-issue
Fixed an issue with the OASIS reader (unused cells popped up as dummy…
This commit is contained in:
+5
@@ -264,6 +264,11 @@ TEST(2_6)
|
||||
run_test (_this, "2.6");
|
||||
}
|
||||
|
||||
TEST(2_7)
|
||||
{
|
||||
run_test (_this, "2.7");
|
||||
}
|
||||
|
||||
TEST(3_1)
|
||||
{
|
||||
run_test (_this, "3.1");
|
||||
@@ -6,7 +6,7 @@ TARGET = oasis_tests
|
||||
include($$PWD/../../../../lib_ut.pri)
|
||||
|
||||
SOURCES = \
|
||||
dbOASISReader.cc \
|
||||
dbOASISReaderTests.cc \
|
||||
dbOASISWriter2.cc \
|
||||
dbOASISWriter.cc \
|
||||
|
||||
|
||||
Reference in New Issue
Block a user