Make selftest.pri more readable/maintainable.
Change-Id: Ic5a74beebb718df4cce5a9b02cdfd6f6d4cec97d Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
parent
52744f5053
commit
1fe0a4cc68
@ -1,7 +1,41 @@
|
|||||||
SUBPROGRAMS = subtest warnings maxwarnings cmptest globaldata skip \
|
SUBPROGRAMS = \
|
||||||
strcmp expectfail sleep fetchbogus crashes multiexec failinit failinitdata \
|
#alive \
|
||||||
skipinit skipinitdata datetime singleskip assert differentexec \
|
assert \
|
||||||
exceptionthrow qexecstringlist datatable commandlinedata\
|
badxml \
|
||||||
benchlibwalltime benchlibcallgrind benchlibeventcounter benchlibtickcounter \
|
benchlibcallgrind \
|
||||||
benchliboptions xunit badxml longstring float printdatatags \
|
benchlibeventcounter \
|
||||||
printdatatagswithglobaltags findtestdata counting skipcleanup failcleanup
|
benchliboptions \
|
||||||
|
benchlibtickcounter \
|
||||||
|
benchlibwalltime \
|
||||||
|
cmptest \
|
||||||
|
commandlinedata \
|
||||||
|
counting \
|
||||||
|
crashes \
|
||||||
|
datatable \
|
||||||
|
datetime \
|
||||||
|
differentexec \
|
||||||
|
exceptionthrow \
|
||||||
|
expectfail \
|
||||||
|
failcleanup \
|
||||||
|
failinit \
|
||||||
|
failinitdata \
|
||||||
|
fetchbogus \
|
||||||
|
findtestdata \
|
||||||
|
float \
|
||||||
|
globaldata \
|
||||||
|
longstring \
|
||||||
|
maxwarnings \
|
||||||
|
multiexec \
|
||||||
|
printdatatags \
|
||||||
|
printdatatagswithglobaltags \
|
||||||
|
qexecstringlist \
|
||||||
|
singleskip \
|
||||||
|
skip \
|
||||||
|
skipcleanup \
|
||||||
|
skipinit \
|
||||||
|
skipinitdata \
|
||||||
|
sleep \
|
||||||
|
strcmp \
|
||||||
|
subtest \
|
||||||
|
warnings \
|
||||||
|
xunit
|
||||||
|
Loading…
Reference in New Issue
Block a user