summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-09-14 13:55:41 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-09-14 13:55:41 +0200
commit8cf8ac3cdee82191a38fbae94ff0549c5e589fa9 (patch)
tree8afe205f487818366d6bdab5b22898275ccc19e1 /tests/tests.pro
parentf49056c353cf933b0c147700c3cb2b6abd6819b6 (diff)
disable autotests temporarily on Mac
Reviewed-By: Morten Change-Id: Iaf404deb3dd226212200a8716f8e7d1b70e5f40a
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index 7a4af15fe2..d91d696673 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,5 +1,7 @@
TEMPLATE = subdirs
+!mac {
SUBDIRS = auto
# benchmarks in debug mode is rarely sensible
contains(QT_CONFIG,release):SUBDIRS += benchmarks
+}