577feb71ca
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 <rohan.mcgovern@nokia.com>
10 lines
310 B
Prolog
10 lines
310 B
Prolog
TEMPLATE = subdirs
|
|
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
|