Commit 8bac2e66 authored by Jesus Fernandez's avatar Jesus Fernandez Committed by Jesus Fernandez
Browse files

Explain how to run the manual test


Adds a comment about the preconditions to execute the test.

Change-Id: Iafb56ec18520e02681cce73e406f0e9744662a77
Reviewed-by: default avatarTimur Pocheptsov <timur.pocheptsov@qt.io>
Reviewed-by: default avatarEdward Welbourne <edward.welbourne@qt.io>
Showing with 6 additions and 0 deletions
...@@ -32,6 +32,12 @@ ...@@ -32,6 +32,12 @@
#include <QDebug> #include <QDebug>
#include "QtWebSockets/QWebSocket" #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 class tst_WebSocketsTest : public QObject
{ {
Q_OBJECT Q_OBJECT
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment