1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/test-server
Joakim Soderberg 7eadd586b1 Fixed CMake compile options.
Fixed so that the build options for the CMake project works:

- The test apps used the LWS_NO_EXTENSIONS define, so they needed lws_config.h included when building using CMake.
- Rename some options so that individual test apps can be turned off.
- Separate building the test-client/test-server and compiling the server/client parts into the lib.
- Don't include server or client specific sources into the build if they shouldn't be built.
- Added an error if both client and server parts are excluded at the same time (makes no sense).
- Removed duplicate install targets for the test apps.
- Commented out the WITH_LIBCRYPTO option since it isn't used at the moment.
2013-02-22 09:28:04 +08:00
..
.gitignore Ignoring linux build files 2013-01-09 15:46:11 +08:00
attack.sh introduce attack script 2013-02-12 14:16:09 +08:00
favicon.ico refactor-into-dirs.patch 2010-11-01 09:12:17 +00:00
leaf.jpg add by hand http send example 2013-02-14 23:24:07 +08:00
libwebsockets.org-logo.png add libwebsockets.org logo to share 2013-01-16 10:00:39 +08:00
Makefile.am add by hand http send example 2013-02-14 23:24:07 +08:00
test-client.c Fixed CMake compile options. 2013-02-22 09:28:04 +08:00
test-echo.c Fixed CMake compile options. 2013-02-22 09:28:04 +08:00
test-fraggle.c Fixed CMake compile options. 2013-02-22 09:28:04 +08:00
test-ping.c Fixed CMake compile options. 2013-02-22 09:28:04 +08:00
test-server.c provide socketfd at in param for LWS_CALLBACK_FILTER_NETWORK_CONNECTION 2013-02-20 20:56:59 +08:00
test.html add by hand http send example 2013-02-14 23:24:07 +08:00