summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto')
-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