aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/api/testdata/timeout-process/timeout.qbs1
-rw-r--r--tests/auto/blackbox/testdata/autotest-timeout/autotests-timeout.qbs1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/api/testdata/timeout-process/timeout.qbs b/tests/auto/api/testdata/timeout-process/timeout.qbs
index 9f1491ff4..3f79dce96 100644
--- a/tests/auto/api/testdata/timeout-process/timeout.qbs
+++ b/tests/auto/api/testdata/timeout-process/timeout.qbs
@@ -4,6 +4,7 @@ Project {
consoleApplication: true // suppress bundle generation
files: "main.cpp"
name: "infinite-loop"
+ cpp.cxxLanguageVersion: "c++11"
}
Product {
diff --git a/tests/auto/blackbox/testdata/autotest-timeout/autotests-timeout.qbs b/tests/auto/blackbox/testdata/autotest-timeout/autotests-timeout.qbs
index 2cc20c3fd..270fc9eaf 100644
--- a/tests/auto/blackbox/testdata/autotest-timeout/autotests-timeout.qbs
+++ b/tests/auto/blackbox/testdata/autotest-timeout/autotests-timeout.qbs
@@ -3,6 +3,7 @@ Project {
name: "testApp"
type: ["application", "autotest"]
Depends { name: "autotest" }
+ cpp.cxxLanguageVersion: "c++11"
files: "test-main.cpp"
}
AutotestRunner {}