CodeCoverage: Skip headersclean test.
authorCaroline Chao <caroline.chao@nokia.com>
Thu, 23 Feb 2012 09:41:50 +0000 (10:41 +0100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 24 Feb 2012 05:48:46 +0000 (06:48 +0100)
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>
tests/auto/other/other.pro

index 69fe00d..9ec5ea8 100644 (file)
@@ -26,6 +26,8 @@ SUBDIRS=\
    qtokenautomaton \
    windowsmobile \
 
+testcocoon: SUBDIRS -= headersclean
+
 cross_compile: SUBDIRS -= \
    atwrapper \
    compiler \