From a8f2a1cf05e16b03eaee22de24ad73109ccf4a27 Mon Sep 17 00:00:00 2001 From: Steven Ceuppens Date: Sun, 29 Sep 2013 18:30:25 +0200 Subject: reorganized unittests & added module pri Change-Id: Ib1aa45f7cc07ea4564b0e5f1315273a2526a4e74 Reviewed-by: Kurt Pattyn --- tests/tests.pro | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) (limited to 'tests/tests.pro') diff --git a/tests/tests.pro b/tests/tests.pro index 9cd3320..1a9ad66 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -1,22 +1,2 @@ -cache() - -QT += core network websockets testlib - -TARGET = unittests -CONFIG += testcase -CONFIG += console -CONFIG += c++11 -CONFIG -= app_bundle - -TEMPLATE = app - -SOURCES += \ - main.cpp \ - tst_websockets.cpp \ - tst_compliance.cpp \ - tst_dataprocessor.cpp - -HEADERS += \ - unittests.h - -DEFINES += SRCDIR=\\\"$$PWD/\\\" +TEMPLATE = subdirs +SUBDIRS += auto autobahn -- cgit v1.2.1