aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2011-09-16 12:55:36 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-16 13:45:23 +0200
commit9c6b04e987de29b1b8b30cf63b8a0a0383ee8b74 (patch)
tree90304a476e717365c923a3256ce5ca0f0b321a1e /tests
parentd546b8b948ca1b7b6ac6a1a26a5fbd4972360ce8 (diff)
Disable autotests temporarily on Mac
Change-Id: Ib34fdbdce2b088e0f79034342ab1fc9c94ea10f9 Reviewed-on: http://codereview.qt-project.org/5080 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/tests.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index 85e4f3a53d..42b66b7c0a 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,2 +1,4 @@
TEMPLATE = subdirs
+!mac {
SUBDIRS += auto
+}