blob: 67e8ae76a250818163a7eb02a7c34f7bcc48fe95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
TEMPLATE = subdirs
SUBDIRS = subtest test warnings maxwarnings cmptest globaldata skipglobal skip \
strcmp expectfail sleep fetchbogus crashes multiexec failinit failinitdata \
skipinit skipinitdata datetime singleskip assert waitwithoutgui differentexec \
exceptionthrow qexecstringlist datatable commandlinedata\
benchlibwalltime benchlibcallgrind benchlibeventcounter benchlibtickcounter \
benchliboptions xunit badxml longstring printdatatags \
printdatatagswithglobaltags
INSTALLS =
QT = core
integrity: SUBDIRS -= test
CONFIG += parallel_test
CONFIG+=insignificant_test # QTQAINFRA-428
|