1
0
Fork 0
mirror of https://libwebsockets.org/repo/libwebsockets synced 2025-09-03 13:24:17 +00:00
libwebsockets/minimal-examples-lowlevel/api-tests/api-test-lwsac
Andy Green 47efb8c1c2 cmake: set minimum to 3.10
CMake is continually deprecating old cmake, such that if we don't try to
keep up with its minimum version there are warnings or eventually failures
to build.  Windows vcpkg has latest 4.03 which prints warning messages if
your CMakeLists.txt has a VERSION < 3.10.  So let's upgrade all the
CMakeLists.txt to that as the minimum.
2025-06-19 14:48:23 +01:00
..
CMakeLists.txt cmake: set minimum to 3.10 2025-06-19 14:48:23 +01:00
main.c examples: move existing to m-e-lowlevel and start repoulating m-e with SS 2021-10-08 09:49:05 +01:00
README.md examples: move existing to m-e-lowlevel and start repoulating m-e with SS 2021-10-08 09:49:05 +01:00

lws api test lwsac

Demonstrates how to use and performs selftests for lwsac

build

 $ cmake . && make

usage

Commandline option Meaning
-d Debug verbosity in decimal, eg, -d15
 $ ./lws-api-test-lwsac
[2018/10/09 09:14:17:4834] USER: LWS API selftest: lwsac
[2018/10/09 09:14:17:4835] USER: Completed: PASS