summaryrefslogtreecommitdiff
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2014-02-02 18:36:33 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-02 23:24:25 +0100
commite5e071eb545f72aec1a3b8c31538d91f014f78b7 (patch)
treec3ecca739c67f12c05ac5551e06ceb30c0ac46b1 /tests/auto/auto.pro
parent0fc482c68f0da94bf71f10bd78e1e5a6354b9039 (diff)
downloadqtwebsockets-e5e071eb545f72aec1a3b8c31538d91f014f78b7.tar.gz
Add unit tests for QWebSocketServer
Change-Id: I9ca38aad22a757437943a72669b7ca2bb5db6b98 Reviewed-by: Kurt Pattyn <pattyn.kurt@gmail.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index c6d94fa..34b232b 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -10,4 +10,5 @@ contains(QT_CONFIG, private_tests): SUBDIRS += \
handshakerequest
SUBDIRS += \
- qwebsocket
+ qwebsocket \
+ qwebsocketserver