Finished refactoring of unit tests. Now they are modularized.

This commit is contained in:
Matthias Koefferlein
2017-08-27 08:33:02 +02:00
parent 34089ca96b
commit 56ca1899b5
977 changed files with 1323 additions and 1180 deletions
+22
View File
@@ -0,0 +1,22 @@
DESTDIR_UT = $$OUT_PWD/../..
DESTDIR = $$OUT_PWD/..
TARGET = laybasic_tests
include($$PWD/../../lib_ut.pri)
SOURCES = \
layAnnotationShapes.cc \
layBitmap.cc \
layBitmapsToImage.cc \
layLayerProperties.cc \
layParsedLayerSource.cc \
layRenderer.cc \
laySnap.cc \
INCLUDEPATH += $$TL_INC $$LAYBASIC_INC $$DB_INC $$GSI_INC $$UT_INC
DEPENDPATH += $$TL_INC $$LAYBASIC_INC $$DB_INC $$GSI_INC $$UT_INC
LIBS += -L$$DESTDIR_UT -lklayout_laybasic -lklayout_db -lklayout_tl -lklayout_gsi -lklayout_ut