summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
blob: ead5f80e8969ffd2d99008046c625bee95e10dc8 (plain)
1
2
3
4
5
6
7
8
9
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