From c8262855f4b0ff50ac3259904545cb8ac26848c5 Mon Sep 17 00:00:00 2001 From: Caroline Chao Date: Wed, 14 Mar 2012 09:05:17 +0100 Subject: [PATCH] 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 --- tests/auto/auto.pro | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.7.4