summaryrefslogtreecommitdiff
path: root/tests/auto/websockets/websockets.pro
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-05-20 14:34:48 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2015-05-22 07:13:34 +0000
commitfaab6ff98dafa564f2c58bd95689ffba6d3a4e32 (patch)
treeeef653458a66dd1c0e903d202540718a921147e9 /tests/auto/websockets/websockets.pro
parent0a9cbcf2894f4f9e621e0f5fb644d2b5e15ab2c7 (diff)
downloadqtwebsockets-faab6ff98dafa564f2c58bd95689ffba6d3a4e32.tar.gz
tests: move all auto tests to websockets sub directory
cmake is not included. Change-Id: I9ab6244d8b6b3752f26070b0b15ae70c0cab6d82 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'tests/auto/websockets/websockets.pro')
-rw-r--r--tests/auto/websockets/websockets.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/auto/websockets/websockets.pro b/tests/auto/websockets/websockets.pro
new file mode 100644
index 0000000..4698cd0
--- /dev/null
+++ b/tests/auto/websockets/websockets.pro
@@ -0,0 +1,16 @@
+TEMPLATE = subdirs
+
+SUBDIRS = \
+ qwebsocketcorsauthenticator
+
+contains(QT_CONFIG, private_tests): SUBDIRS += \
+ websocketprotocol \
+ dataprocessor \
+ websocketframe \
+ handshakerequest \
+ handshakeresponse \
+ qdefaultmaskgenerator
+
+SUBDIRS += \
+ qwebsocket \
+ qwebsocketserver