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
7e970eb58c), 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>
This commit is contained in:
Caroline Chao 2012-02-23 10:41:50 +01:00 committed by Qt by Nokia
parent d91cf1e53b
commit 4ee14d6f87

View File

@ -26,6 +26,8 @@ SUBDIRS=\
qtokenautomaton \
windowsmobile \
testcocoon: SUBDIRS -= headersclean
cross_compile: SUBDIRS -= \
atwrapper \
compiler \