summaryrefslogtreecommitdiff
path: root/tests/tests.pro
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2013-08-26 22:43:28 +0200
committerKurt Pattyn <pattyn.kurt@gmail.com>2013-08-26 22:43:28 +0200
commit98b2972be99f54f3743be4ae6509b739967f3e42 (patch)
treee902e520cd02114b12ad9ab1dac00a399c9ded34 /tests/tests.pro
parent1ffd2ae72b5aedf0393ad9775082dbd9a417e134 (diff)
downloadqtwebsockets-98b2972be99f54f3743be4ae6509b739967f3e42.tar.gz
Added dataprocessor test
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro24
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index 92202bb..9fcf123 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -12,22 +12,22 @@ TEMPLATE = app
include(../src/qwebsockets.pri)
# Remove the main.cpp file from the sources.
-S = $$SOURCES
-SOURCES = \
- tst_compliance.cpp
-for(F, S) {
- M = $$find(F, main.cpp)
- count(M, 0) {
- SOURCES += $$F
- }
-}
+#S = $$SOURCES
+#for(F, S) {
+# M = $$find(F, main.cpp)
+# count(M, 0) {
+# SOURCES += $$F
+# }
+#}
SOURCES += \
- main.cpp \
- tst_websockets.cpp
+ main.cpp \
+ tst_websockets.cpp \
+ tst_compliance.cpp \
+ tst_dataprocessor.cpp
HEADERS += \
- unittests.h
+ unittests.h
INCLUDEPATH +=
DEPENDPATH +=