From 3a5f86d78452714f2a57772f33f8e6c6b49b6f22 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Mon, 6 Aug 2018 17:07:07 +0200 Subject: Add a feature to enable CodeCoverage analysis of testlib Based on Asmo Saarela's advice (QTPM-686), adapted on advice from FrogLogic support and converted to a feature so that the selftest and testlib qmake config can be co-ordinated. Task-number: QTPM-1385 Change-Id: Icd706f086009e1e08b3f8c5cd553f792402e28c0 Reviewed-by: Volker Hilsheimer --- tests/auto/testlib/selftests/sleep/sleep.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/auto/testlib/selftests/sleep/sleep.pro') diff --git a/tests/auto/testlib/selftests/sleep/sleep.pro b/tests/auto/testlib/selftests/sleep/sleep.pro index affcba22ee..b109bf6253 100644 --- a/tests/auto/testlib/selftests/sleep/sleep.pro +++ b/tests/auto/testlib/selftests/sleep/sleep.pro @@ -5,3 +5,5 @@ mac:CONFIG -= app_bundle CONFIG -= debug_and_release_target TARGET = sleep + +include($$QT_SOURCE_TREE/src/testlib/selfcover.pri) -- cgit v1.2.3