summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2013-09-28 14:42:31 +0200
committerKurt Pattyn <pattyn.kurt@gmail.com>2013-09-28 20:31:15 +0200
commit315e4fa0764f8d7a568be2a8063cc33c9ec13518 (patch)
tree03afcdde9ad0ace0a2b3d561304697ec2f39977a
parent17b6775d73683b050370a5edb2fcc1790e299a54 (diff)
downloadqtwebsockets-315e4fa0764f8d7a568be2a8063cc33c9ec13518.tar.gz
tests: Enable "make check" to run unit tests
Change-Id: I8333e7a19d937003f16a02d4e10e1a542150d63f Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
-rw-r--r--tests/tests.pro5
1 files changed, 2 insertions, 3 deletions
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/\\\"