Make selftest.pri more readable/maintainable.
authorJason McDonald <jason.mcdonald@nokia.com>
Fri, 3 Feb 2012 05:56:26 +0000 (15:56 +1000)
committerQt by Nokia <qt-info@nokia.com>
Thu, 9 Feb 2012 03:07:53 +0000 (04:07 +0100)
Change-Id: Ic5a74beebb718df4cce5a9b02cdfd6f6d4cec97d
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/testlib/selftests/selftests.pri

index 9d4b2bd..2297186 100644 (file)
@@ -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