CodeCoverage: Skip headersclean test.
authorCaroline Chao <caroline.chao@nokia.com>
Wed, 14 Mar 2012 08:05:17 +0000 (09:05 +0100)
committerQt by Nokia <qt-info@nokia.com>
Wed, 14 Mar 2012 09:26:52 +0000 (10:26 +0100)
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>
tests/auto/auto.pro

index 15d8878..3f5ac69 100644 (file)
@@ -6,4 +6,6 @@ SUBDIRS=\
     particles \
     qmldevtools
 
+testcocoon: SUBDIRS -= headersclean
+
 contains(QT_CONFIG, qmltest): SUBDIRS += qmltest