Commit bd94dade authored by Otavio Rodolfo Piske's avatar Otavio Rodolfo Piske

Adjusted formatting so that a command name follows the same formatting pattern…

Adjusted formatting so that a command name follows the same formatting pattern as the rest of the document
Signed-off-by: 's avatarOtavio Rodolfo Piske <opiske@redhat.com>
parent a534cfcc
...@@ -77,7 +77,7 @@ cmake -GNinja -DCMAKE_BUILD_TYPE=Debug git/org.eclipse.paho.mqtt.c ...@@ -77,7 +77,7 @@ cmake -GNinja -DCMAKE_BUILD_TYPE=Debug git/org.eclipse.paho.mqtt.c
Test code is available in the ``test`` directory. The tests can be built and executed with the CMake build system. The test execution requires a MQTT broker running. By default, the build system uses ```localhost```, however it is possible to configure the build to use an external broker. These parameters are documented in the Build Requirements section above. Test code is available in the ``test`` directory. The tests can be built and executed with the CMake build system. The test execution requires a MQTT broker running. By default, the build system uses ```localhost```, however it is possible to configure the build to use an external broker. These parameters are documented in the Build Requirements section above.
After ensuring a MQTT broker is available, it is possible to execute the tests by starting the proxy and running ctest as described below: After ensuring a MQTT broker is available, it is possible to execute the tests by starting the proxy and running `ctest` as described below:
``` ```
python ../test/mqttsas2.py & python ../test/mqttsas2.py &
......
Markdown is supported
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