aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
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 /.gitignore
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 '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index c7378c78..5597a2f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,7 +15,9 @@
/tests/auto/accessibility/tst_accessibility
/tests/auto/applicationwindow/tst_applicationwindow
/tests/auto/calendar/tst_calendar
-/tests/auto/controls/tst_controls
+/tests/auto/controls/default/tst_default
+/tests/auto/controls/material/tst_material
+/tests/auto/controls/universal/tst_universal
/tests/auto/drawer/tst_drawer
/tests/auto/focus/tst_focus
/tests/auto/menu/tst_menu