summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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