From 577feb71ca98021804bd0111858a48f8421e08f0 Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Mon, 14 Nov 2011 14:43:32 +0100 Subject: Build all tests on Mac OS X, but do not run them yet. Previously, autotests and benchmarks were disabled on Mac OS X. This is wrong, and needs to be corrected. The 'make check' target is disabled for the autotests on Mac OS X for now, but all tests will now be built. The check target does not actually run the benchmarks, so this can be safely re-enabled without breaking the CI system. There will be commits to follow which re-enable the 'make check' target on Mac OS X for each module. Change-Id: I1347da46e3688b48e8cc5d933ee5188ea3723639 Reviewed-by: Rohan McGovern --- tests/tests.pro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/tests.pro') diff --git a/tests/tests.pro b/tests/tests.pro index 7e129e0b5e..ead5f80e89 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -1,8 +1,9 @@ TEMPLATE = subdirs -!mac { SUBDIRS = auto # benchmarks in debug mode is rarely sensible # benchmarks are not sensible for code coverage (here with tool testcocoon) !testcocoon:contains(QT_CONFIG,release):SUBDIRS += benchmarks -} + +# disable 'make check' on Mac OS X for the time being +mac: auto.CONFIG += no_check_target -- cgit v1.2.3