summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesus Fernandez <jesus.fernandez@qt.io>2017-05-03 13:50:44 +0200
committerJesus Fernandez <Jesus.Fernandez@qt.io>2017-05-31 09:02:38 +0000
commit8bac2e667f56efc552228ed61c4ccbc3e9efa721 (patch)
tree3094dcb18ddbebda74d3d75b996c01f89308715f
parent753b42b873e30c373e9174db13b55d84898f83b1 (diff)
downloadqtwebsockets-8bac2e667f56efc552228ed61c4ccbc3e9efa721.tar.gz
Explain how to run the manual test
Adds a comment about the preconditions to execute the test. Change-Id: Iafb56ec18520e02681cce73e406f0e9744662a77 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
-rw-r--r--tests/manual/websockets/tst_websockets.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/manual/websockets/tst_websockets.cpp b/tests/manual/websockets/tst_websockets.cpp
index 6339efb..fa5a236 100644
--- a/tests/manual/websockets/tst_websockets.cpp
+++ b/tests/manual/websockets/tst_websockets.cpp
@@ -32,6 +32,12 @@
#include <QDebug>
#include "QtWebSockets/QWebSocket"
+// Run 'wstest -m echoserver -w ws://localhost:9000' before launching
+// the test.
+
+// wstest is part of the autobahn-testsuite:
+// https://github.com/crossbario/autobahn-testsuite
+
class tst_WebSocketsTest : public QObject
{
Q_OBJECT