From: Caroline Chao Date: Wed, 14 Mar 2012 08:05:17 +0000 (+0100) Subject: CodeCoverage: Skip headersclean test. X-Git-Tag: qt-v5.0.0-alpha1~135 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8262855f4b0ff50ac3259904545cb8ac26848c5;p=profile%2Fivi%2Fqtdeclarative.git 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 --- diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 15d8878..3f5ac69 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -6,4 +6,6 @@ SUBDIRS=\ particles \ qmldevtools +testcocoon: SUBDIRS -= headersclean + contains(QT_CONFIG, qmltest): SUBDIRS += qmltest