summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@nokia.com>2012-02-23 10:41:50 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-24 06:48:46 +0100
commit4ee14d6f87688492e64db77fd89b48c7fcc98a63 (patch)
treee6ba8ed2955c148ba97385b9b00cfb746f9d6b26 /tests/auto
parentd91cf1e53b450483d92c50965fd3c33ab1da4300 (diff)
CodeCoverage: Skip headersclean test.
The code coverage tool adds #line when instrumenting the code using the gcc syntax. Since tst_headersclean now uses the -pedantic-errors flag (qtbase commit 7e970eb58c71dc089815), it causes a fatal error when the code is instrumented with the coverage tool. Change-Id: Icb1888d1c1f0a982c0c56aa168e70a76a246a18c Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/other/other.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/other/other.pro b/tests/auto/other/other.pro
index 69fe00dc19..9ec5ea8e34 100644
--- a/tests/auto/other/other.pro
+++ b/tests/auto/other/other.pro
@@ -26,6 +26,8 @@ SUBDIRS=\
qtokenautomaton \
windowsmobile \
+testcocoon: SUBDIRS -= headersclean
+
cross_compile: SUBDIRS -= \
atwrapper \
compiler \