summaryrefslogtreecommitdiff
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorKurt Pattyn <pattyn.kurt@gmail.com>2014-01-26 18:18:11 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-02 23:24:25 +0100
commit0fc482c68f0da94bf71f10bd78e1e5a6354b9039 (patch)
tree3bc04be77a1a29f2b509ec492c66325697d7adad /tests/auto/auto.pro
parent8cba90b645c2606f0c5de6e50f2efbe7edcbf8a5 (diff)
downloadqtwebsockets-0fc482c68f0da94bf71f10bd78e1e5a6354b9039.tar.gz
Add unit tests for QWebSocket
Added basic unit tests for QWebSocket. Connectivity is not tested yet. Change-Id: I38d388d289733777e6ff0253e5b201aca99b0b10 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, 3 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index c05ce29..c6d94fa 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -8,3 +8,6 @@ contains(QT_CONFIG, private_tests): SUBDIRS += \
dataprocessor \
websocketframe \
handshakerequest
+
+SUBDIRS += \
+ qwebsocket