summaryrefslogtreecommitdiffstats
path: root/tests/qml/intents/intents.pro
blob: a05a7b72718066ea0282a0826dd19b5b6a9c5bb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
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)