From 315e4fa0764f8d7a568be2a8063cc33c9ec13518 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Sat, 28 Sep 2013 14:42:31 +0200 Subject: tests: Enable "make check" to run unit tests Change-Id: I8333e7a19d937003f16a02d4e10e1a542150d63f Reviewed-by: Kurt Pattyn --- tests/tests.pro | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests/tests.pro') diff --git a/tests/tests.pro b/tests/tests.pro index 5909c68..dc855d1 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -1,8 +1,9 @@ cache() -QT += core network +QT += core network testlib TARGET = unittests +CONFIG += testcase CONFIG += console CONFIG += c++11 CONFIG -= app_bundle @@ -34,6 +35,4 @@ HEADERS += \ INCLUDEPATH += DEPENDPATH += -QT += testlib - DEFINES += SRCDIR=\\\"$$PWD/\\\" -- cgit v1.2.1