Files
pilotclient/tests/tests.pro
2015-12-13 16:37:51 +00:00

17 lines
340 B
Prolog

load(common_pre)
REQUIRES += contains(BLACK_CONFIG,Unittests)
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += testblackmisc
SUBDIRS += testblackcore
SUBDIRS += testblackgui
testblackmisc.file = blackmisc/testblackmisc.pro
testblackcore.file = blackcore/testblackcore.pro
testblackgui.file = blackgui/testblackgui.pro
load(common_post)