Build all tests on Mac OS X, but do not run them yet.
[profile/ivi/qtbase.git] / tests / tests.pro
1 TEMPLATE = subdirs
2 SUBDIRS = auto
3
4 # benchmarks in debug mode is rarely sensible
5 # benchmarks are not sensible for code coverage (here with tool testcocoon)
6 !testcocoon:contains(QT_CONFIG,release):SUBDIRS += benchmarks
7
8 # disable 'make check' on Mac OS X for the time being
9 mac: auto.CONFIG += no_check_target