From 186cbe30939947e3a2d33b250fc861cbee361dfe Mon Sep 17 00:00:00 2001 From: Robin Burchell Date: Tue, 4 Apr 2017 17:22:55 +0200 Subject: qmltest: Split into separate tests Running everything in one big process has high risks of problems caused by globally mutable state. It also makes running small subsets of the tests more painful than it needs to be. Make use of the new QML-only test support in qtbase to have one project per subdirectory instead. This means no more C++ "stub" binary (just run make check or qmltestrunner in the directory). This relies on qtbase/727da2965caa8bccf8bbfbdd571ed05b35251f82. Change-Id: I0da70dba19aa54e456cd183b4b6b245ee20b1f3a Reviewed-by: Simon Hausmann --- tests/auto/qmltest/statemachine/statemachine.pro | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/auto/qmltest/statemachine/statemachine.pro (limited to 'tests/auto/qmltest/statemachine') diff --git a/tests/auto/qmltest/statemachine/statemachine.pro b/tests/auto/qmltest/statemachine/statemachine.pro new file mode 100644 index 0000000000..a7938e7003 --- /dev/null +++ b/tests/auto/qmltest/statemachine/statemachine.pro @@ -0,0 +1 @@ +CONFIG += qmltestcase -- cgit v1.2.3