summaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/crash/crash.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/crash/crash.pro')
-rw-r--r--tests/auto/qml/crash/crash.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qml/crash/crash.pro b/tests/auto/qml/crash/crash.pro
new file mode 100644
index 00000000..c1c7d869
--- /dev/null
+++ b/tests/auto/qml/crash/crash.pro
@@ -0,0 +1,5 @@
+AM_CONFIG = am-config.yaml
+TEST_FILES = tst_crash.qml
+TEST_APPS = tld.test.crash
+TEST_CONFIGURATIONS = "--force-multi-process"
+load(am-qml-testcase)