1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/minimal-examples/api-tests
Andy Green 1ebe27e38f cmake: mark all the subprojects as explicitly C
We don't need a C++ compiler but if we don't spell it out, cmake
assumes it C + C++ compiler needed.
2020-08-31 16:51:36 +01: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 cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01: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 cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01: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