aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-05-07 10:11:44 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-05-07 08:29:35 +0000
commitdaa50f98713f7618d93070021f0eca490a51a7d5 (patch)
treefcab6a45a9f66e840f4ce3d5fa009fa399446379 /tests
parentc68c60c8a475f25d64c21f25223b8118f78dc1e3 (diff)
Fix TestBlackbox::autotestWithDependencies() on macOs
Change-Id: Ib0c90169c2f9387755f0781e0db39becc5d221a9 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/blackbox/testdata/autotest-with-dependencies/autotest-with-dependencies.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/blackbox/testdata/autotest-with-dependencies/autotest-with-dependencies.qbs b/tests/auto/blackbox/testdata/autotest-with-dependencies/autotest-with-dependencies.qbs
index a94cb3d78..6850ee138 100644
--- a/tests/auto/blackbox/testdata/autotest-with-dependencies/autotest-with-dependencies.qbs
+++ b/tests/auto/blackbox/testdata/autotest-with-dependencies/autotest-with-dependencies.qbs
@@ -5,6 +5,7 @@ Project {
CppApplication {
name: "helper-app"
type: ["application", "test-helper"]
+ consoleApplication: true
files: "helper-main.cpp"
cpp.executableSuffix: ".exe"
Group {