WIP: rename netlist extractor test.

This commit is contained in:
Matthias Koefferlein 2018-12-27 10:58:48 +01:00
parent d6473b4d84
commit 1c41c43b95
2 changed files with 2 additions and 2 deletions

View File

@ -355,7 +355,7 @@ static std::string netlist2string (const db::Netlist &nl)
return res; return res;
} }
TEST(1_DeviceNetExtraction) TEST(1_DeviceAndNetExtraction)
{ {
db::Layout ly; db::Layout ly;
db::LayerMap lmap; db::LayerMap lmap;

View File

@ -61,7 +61,7 @@ SOURCES = \
dbHierNetworkProcessorTests.cc \ dbHierNetworkProcessorTests.cc \
dbNetlistPropertyTests.cc \ dbNetlistPropertyTests.cc \
dbNetlistTests.cc \ dbNetlistTests.cc \
dbNetlistDeviceExtractorTests.cc dbNetlistExtractorTests.cc
INCLUDEPATH += $$TL_INC $$DB_INC $$GSI_INC INCLUDEPATH += $$TL_INC $$DB_INC $$GSI_INC
DEPENDPATH += $$TL_INC $$DB_INC $$GSI_INC DEPENDPATH += $$TL_INC $$DB_INC $$GSI_INC