qt5base-lts/tests/auto/testlib/selftests/selftests.pri
Tor Arne Vestbø 9fc9fefdc9 Restructure testlib selftest project
The use of a single subdirectory only for the test binary, but not the
actual source file, just made things harder to discover when looking
for the test code. Now all subdirectories are actual sub-tests.

Change-Id: Ia3e308ba8d231cc8ead1491b10a34801f76669b0
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2020-03-24 21:04:43 +01:00

64 lines
1.2 KiB
Plaintext

SUBPROGRAMS = \
assert \
badxml \
benchlibcallgrind \
benchlibcounting \
benchlibeventcounter \
benchliboptions \
benchlibtickcounter \
benchlibwalltime \
blacklisted \
cmptest \
commandlinedata \
counting \
crashes \
datatable \
datetime \
deleteLater \
deleteLater_noApp \
differentexec \
exceptionthrow \
expectfail \
failcleanup \
faildatatype \
failfetchtype \
failinit \
failinitdata \
fetchbogus \
findtestdata \
float \
globaldata \
longstring \
maxwarnings \
multiexec \
pass \
pairdiagnostics \
printdatatags \
printdatatagswithglobaltags \
qexecstringlist \
silent \
signaldumper \
singleskip \
skip \
skipcleanup \
skipinit \
skipinitdata \
sleep \
strcmp \
subtest \
testlib \
tuplediagnostics \
verbose1 \
verbose2 \
verifyexceptionthrown \
warnings \
watchdog \
xunit
qtHaveModule(gui): SUBPROGRAMS += \
keyboard \
mouse
INCLUDEPATH += ../../../shared/
HEADERS += ../../../shared/emulationdetector.h