mirror of https://github.com/KLayout/klayout.git
WIP: rename netlist extractor test.
This commit is contained in:
parent
d6473b4d84
commit
1c41c43b95
|
|
@ -355,7 +355,7 @@ static std::string netlist2string (const db::Netlist &nl)
|
|||
return res;
|
||||
}
|
||||
|
||||
TEST(1_DeviceNetExtraction)
|
||||
TEST(1_DeviceAndNetExtraction)
|
||||
{
|
||||
db::Layout ly;
|
||||
db::LayerMap lmap;
|
||||
|
|
@ -61,7 +61,7 @@ SOURCES = \
|
|||
dbHierNetworkProcessorTests.cc \
|
||||
dbNetlistPropertyTests.cc \
|
||||
dbNetlistTests.cc \
|
||||
dbNetlistDeviceExtractorTests.cc
|
||||
dbNetlistExtractorTests.cc
|
||||
|
||||
INCLUDEPATH += $$TL_INC $$DB_INC $$GSI_INC
|
||||
DEPENDPATH += $$TL_INC $$DB_INC $$GSI_INC
|
||||
|
|
|
|||
Loading…
Reference in New Issue