From 8cf8ac3cdee82191a38fbae94ff0549c5e589fa9 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 14 Sep 2011 13:55:41 +0200 Subject: disable autotests temporarily on Mac Reviewed-By: Morten Change-Id: Iaf404deb3dd226212200a8716f8e7d1b70e5f40a --- tests/tests.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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 +} -- cgit v1.2.3