aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmltest/statemachine
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@crimson.no>2017-04-04 17:22:55 +0200
committerRobin Burchell <robin.burchell@crimson.no>2017-04-20 22:34:04 +0000
commit186cbe30939947e3a2d33b250fc861cbee361dfe (patch)
tree640e52cb192e6078020b5438d01e924636b7958b /tests/auto/qmltest/statemachine
parent0745a27d82ab0b074dc2bc1c4c4f30624831b384 (diff)
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 <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/qmltest/statemachine')
-rw-r--r--tests/auto/qmltest/statemachine/statemachine.pro1
1 files changed, 1 insertions, 0 deletions
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