mirror of https://github.com/KLayout/klayout.git
19 lines
353 B
INI
19 lines
353 B
INI
|
|
DESTDIR_UT = $$OUT_PWD/../..
|
|
DESTDIR = $$OUT_PWD/..
|
|
|
|
TARGET = rba_tests
|
|
|
|
include($$PWD/../../lib_ut.pri)
|
|
|
|
SOURCES = \
|
|
rbaTests.cc
|
|
|
|
INCLUDEPATH += $$RBA_INC $$TL_INC $$DB_INC $$GSI_INC
|
|
DEPENDPATH += $$RBA_INC $$TL_INC $$DB_INC $$GSI_INC
|
|
|
|
LIBS += -L$$DESTDIR_UT -lklayout_rba -lklayout_tl -lklayout_db -lklayout_gsi
|
|
|
|
RESOURCES = \
|
|
rba_unit_tests.qrc
|