Integrate testcocoon support into Qt build system.
[profile/ivi/qtbase.git] / tests / tests.pro
1 TEMPLATE = subdirs
2 !mac {
3 SUBDIRS = auto
4
5 # benchmarks in debug mode is rarely sensible
6 # benchmarks are not sensible for code coverage (here with tool testcocoon)
7 !testcocoon:contains(QT_CONFIG,release):SUBDIRS += benchmarks
8 }