mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-09 20:45:50 +02:00
Use `ctest` or `make test` to run all tests. With this it's also possible to run tests on a Mac. Relative paths used in tests become absolute ones to make tests executable from any build folder. Also fixed race condition in test/broker/11-persistent-subscription-no-local.py Signed-off-by: Kai Buschulte <kai.buschulte@cedalo.com> |
||
|---|---|---|
| .. | ||
| 01-con-discon-success.cpp | ||
| 01-keepalive-pingreq.cpp | ||
| 01-no-clean-session.cpp | ||
| 01-unpwd-set.cpp | ||
| 01-will-set.cpp | ||
| 01-will-unpwd-set.cpp | ||
| 02-subscribe-qos0.cpp | ||
| 02-subscribe-qos1.cpp | ||
| 02-subscribe-qos2.cpp | ||
| 02-unsubscribe.cpp | ||
| 03-publish-b2c-qos1.cpp | ||
| 03-publish-b2c-qos2.cpp | ||
| 03-publish-c2b-qos1-disconnect.cpp | ||
| 03-publish-c2b-qos2-disconnect.cpp | ||
| 03-publish-c2b-qos2.cpp | ||
| 03-publish-qos0-no-payload.cpp | ||
| 03-publish-qos0.cpp | ||
| 04-retain-qos0.cpp | ||
| 08-ssl-bad-cacert.cpp | ||
| 08-ssl-connect-cert-auth-enc.cpp | ||
| 08-ssl-connect-cert-auth.cpp | ||
| 08-ssl-connect-no-auth.cpp | ||
| 08-ssl-fake-cacert.cpp | ||
| 09-util-topic-tokenise.cpp | ||
| CMakeLists.txt | ||
| Makefile | ||