1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/minimal-examples/api-tests
Andy Green 39e89328b0 logs: prioritize WITH_NO_LOGS even in release
Really not having any logs makes it difficult to know what is really
happening, but if that's you're thing this will align debug and release
modes to just have ERR and USER if you give WITH_NO_LOGS
2021-03-16 08:20:03 +00:00
..
api-test-async-dns cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
api-test-dhcpc cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
api-test-fts cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
api-test-gencrypto cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
api-test-jose cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
api-test-lejp lws_json_simple: allow running into end 2020-07-15 16:18:00 +01:00
api-test-lws_dsh cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
api-test-lws_sequencer LE-root-cert-update 2021-01-12 21:04:32 +00:00
api-test-lws_smd cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
api-test-lws_struct-json logs: prioritize WITH_NO_LOGS even in release 2021-03-16 08:20:03 +00:00
api-test-lws_struct_sqlite cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
api-test-lws_tokenize cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
api-test-lwsac cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
api-test-secure-streams cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
api-test-smtp_client cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
README.md smtp: make abstract 2019-05-04 08:28:31 +01:00

These are buildable test apps that run in CI to confirm correct api operation.

name tests
api-test-lwsac LWS Allocated Chunks api
api-test-lws_struct-json Selftests for lws_struct JSON serialization and deserialization
api-test-lws_tokenize Generic secure string tokenizer api
api-test-fts LWS Full-text Search api
api-test-gencrypto LWS Generic Crypto apis
api-test-jose LWS JOSE apis
api-test-smtp_client SMTP client for sending emails