aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@nokia.com>2012-03-14 09:05:17 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-14 10:26:52 +0100
commitc8262855f4b0ff50ac3259904545cb8ac26848c5 (patch)
tree45d2556c69b38104c4abae6ef0dec2b3a50ac258 /tests
parentb7f3138957ced630aca98ecb63acf873e7d2d103 (diff)
CodeCoverage: Skip headersclean test.
The code coverage tool adds #line when instrumenting the code using the gcc syntax. tst_headersclean uses the -pedantic-errors flag which causes a fatal error when the code is instrumented with the coverage tool. Similar change was done for qtbase (4ee14d6f87688492). Change-Id: I525879ef56463473dd3c9eb91dee4d9b8310cdf9 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/auto.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 15d88785de..3f5ac6924d 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -6,4 +6,6 @@ SUBDIRS=\
particles \
qmldevtools
+testcocoon: SUBDIRS -= headersclean
+
contains(QT_CONFIG, qmltest): SUBDIRS += qmltest