From 1dee39153e4403278399a98300ff3f75e1304d89 Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Sat, 3 May 2014 03:22:58 +0200 Subject: [PATCH] enable coverage for core part too --- tests/auto/auto.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index eff65e5b..764954d9 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -1,3 +1,5 @@ +include(../../guh.pri) + TARGET = guhtests QT += testlib network CONFIG += testcase c++11