summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-02-03 15:56:26 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-09 04:07:53 +0100
commit1fe0a4cc68e5e199961cf3a5d920b6bf8004940c (patch)
tree5c6f2da931d1a2c09d5f631d27169116a500cef2 /tests/auto/testlib/selftests
parent52744f505381c2840efbe1dc4858d422d32d9f32 (diff)
Make selftest.pri more readable/maintainable.
Change-Id: Ic5a74beebb718df4cce5a9b02cdfd6f6d4cec97d Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/testlib/selftests')
-rw-r--r--tests/auto/testlib/selftests/selftests.pri48
1 files changed, 41 insertions, 7 deletions
diff --git a/tests/auto/testlib/selftests/selftests.pri b/tests/auto/testlib/selftests/selftests.pri
index 9d4b2bd600..2297186f62 100644
--- a/tests/auto/testlib/selftests/selftests.pri
+++ b/tests/auto/testlib/selftests/selftests.pri
@@ -1,7 +1,41 @@
-SUBPROGRAMS = subtest warnings maxwarnings cmptest globaldata skip \
- strcmp expectfail sleep fetchbogus crashes multiexec failinit failinitdata \
- skipinit skipinitdata datetime singleskip assert differentexec \
- exceptionthrow qexecstringlist datatable commandlinedata\
- benchlibwalltime benchlibcallgrind benchlibeventcounter benchlibtickcounter \
- benchliboptions xunit badxml longstring float printdatatags \
- printdatatagswithglobaltags findtestdata counting skipcleanup failcleanup
+SUBPROGRAMS = \
+ #alive \
+ assert \
+ badxml \
+ benchlibcallgrind \
+ benchlibeventcounter \
+ 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