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 ac6edaf199 lws_strexp: add ability to find output length without write
Sometimes we need to find out the substituted length before we can
allocate and actually store it.  Teach strexp that if we set the
output buffer to NULL (and the output length to something big) we
are asking for the substituted length and to not produce output.
2020-06-16 19:45:35 +01:00
..
api-test-async-dns cmakelist: Augean Stables refactor 2020-05-27 08:40:12 +01:00
api-test-dhcpc cmakelist: Augean Stables refactor 2020-05-27 08:40:12 +01:00
api-test-fts cmakelist: Augean Stables refactor 2020-05-27 08:40:12 +01:00
api-test-gencrypto cmakelist: Augean Stables refactor 2020-05-27 08:40:12 +01:00
api-test-jose cmakelist: Augean Stables refactor 2020-05-27 08:40:12 +01:00
api-test-lejp lejp: add api test suite and support empty object 2020-06-02 08:37:10 +01:00
api-test-lws_dsh cmakelist: Augean Stables refactor 2020-05-27 08:40:12 +01:00
api-test-lws_sequencer cmakelist: Augean Stables refactor 2020-05-27 08:40:12 +01:00
api-test-lws_struct-json cmakelist: Augean Stables refactor 2020-05-27 08:40:12 +01:00
api-test-lws_struct_sqlite cmakelist: Augean Stables refactor 2020-05-27 08:40:12 +01:00
api-test-lws_tokenize lws_strexp: add ability to find output length without write 2020-06-16 19:45:35 +01:00
api-test-lwsac cmakelist: Augean Stables refactor 2020-05-27 08:40:12 +01:00
api-test-secure-streams ss: add api test with ctest integration 2020-06-02 08:37:10 +01:00
api-test-smtp_client cmakelist: Augean Stables refactor 2020-05-27 08:40:12 +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