aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/controls.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-06-12 12:18:44 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-06-14 14:52:32 +0000
commit73e722a85fbf0675938023b0207d7daac93b085a (patch)
treed7de8c55d967d169455576c92e93f1df76dde0a0 /tests/auto/controls/controls.pro
parent9e1efc547f3e8e16fabe0164f4d670e701cb4ead (diff)
Replace tst_styles with tst_material & tst_universal
The CI was not able to catch failures in tst_styles, because the test results were output by separate child processes. This change builds three different versions of tst_controls, which each run with the appropriate style. Change-Id: I95b2bdd90221579a3176e827802236d80d9f1a09 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto/controls/controls.pro')
-rw-r--r--tests/auto/controls/controls.pro17
1 files changed, 5 insertions, 12 deletions
diff --git a/tests/auto/controls/controls.pro b/tests/auto/controls/controls.pro
index d1dd6814..8f2f8e69 100644
--- a/tests/auto/controls/controls.pro
+++ b/tests/auto/controls/controls.pro
@@ -1,12 +1,5 @@
-TEMPLATE = app
-TARGET = tst_controls
-CONFIG += qmltestcase
-
-SOURCES += \
- $$PWD/tst_controls.cpp
-
-OTHER_FILES += \
- $$PWD/data/*
-
-TESTDATA += \
- $$PWD/data/tst_*
+TEMPLATE = subdirs
+SUBDIRS += \
+ default \
+ material \
+ universal