From 73e722a85fbf0675938023b0207d7daac93b085a Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Sun, 12 Jun 2016 12:18:44 +0200 Subject: 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 --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') 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 -- cgit v1.2.3