From 8bac2e667f56efc552228ed61c4ccbc3e9efa721 Mon Sep 17 00:00:00 2001 From: Jesus Fernandez Date: Wed, 3 May 2017 13:50:44 +0200 Subject: Explain how to run the manual test Adds a comment about the preconditions to execute the test. Change-Id: Iafb56ec18520e02681cce73e406f0e9744662a77 Reviewed-by: Timur Pocheptsov Reviewed-by: Edward Welbourne --- tests/manual/websockets/tst_websockets.cpp | 6 ++++++ 1 file changed, 6 insertions(+) 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 #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 -- cgit v1.2.1