mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
This is an intermediate step to have smaller unit tests. It is a trade off between having many many test executables compared to a few bigger ones. But this comes a lot closer to what QtTest is meant to be used.
16 lines
404 B
Prolog
16 lines
404 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS += blackmisc
|
|
SUBDIRS += blackcore
|
|
SUBDIRS += blackgui
|
|
|
|
# testblackmisc.file = blackmisc/testblackmisc.pro
|
|
# testblackcore.file = blackcore/testblackcore.pro
|
|
# testblackgui.file = blackgui/testblackgui.pro
|
|
|
|
contains(BLACK_CONFIG,FSX|P3D) {
|
|
SUBDIRS += testsimpluginfsxp3d
|
|
testsimpluginfsxp3d.file = blacksimpluginfsxp3d/testblacksimpluginfsxp3d.pro
|
|
}
|