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>
bb10
parent
d91cf1e53b
commit
4ee14d6f87
|
|
@ -26,6 +26,8 @@ SUBDIRS=\
|
|||
qtokenautomaton \
|
||||
windowsmobile \
|
||||
|
||||
testcocoon: SUBDIRS -= headersclean
|
||||
|
||||
cross_compile: SUBDIRS -= \
|
||||
atwrapper \
|
||||
compiler \
|
||||
|
|
|
|||
Loading…
Reference in New Issue