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