summaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/intents/intents.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/intents/intents.pro')
-rw-r--r--tests/auto/qml/intents/intents.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/qml/intents/intents.pro b/tests/auto/qml/intents/intents.pro
new file mode 100644
index 00000000..a05a7b72
--- /dev/null
+++ b/tests/auto/qml/intents/intents.pro
@@ -0,0 +1,12 @@
+load(am-config)
+
+AM_CONFIG = am-config.yaml
+TEST_FILES = tst_intents.qml
+TEST_APPS = intents1 intents2 cannot-start
+TEST_CONFIGURATIONS = "--force-single-process"
+multi-process {
+ TEST_CONFIGURATIONS += "--force-multi-process" \
+ "--force-multi-process -c $$_PRO_FILE_PWD_/am-config-quick.yaml"
+}
+
+load(am-qml-testcase)