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)
commitc8262855f4b0ff50ac3259904545cb8ac26848c5
tree45d2556c69b38104c4abae6ef0dec2b3a50ac258
parentb7f3138957ced630aca98ecb63acf873e7d2d103
CodeCoverage: Skip headersclean test.

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