mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
cmake add missing echo test app
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
c8c166221d
commit
27696f2596
1 changed files with 10 additions and 0 deletions
|
@ -636,6 +636,16 @@ if (NOT WITHOUT_TESTAPPS)
|
|||
""
|
||||
"${WIN32_HELPERS_PATH}/unistd.h;${WIN32_HELPERS_PATH}/sys/time.h")
|
||||
endif()
|
||||
#
|
||||
# test-echo
|
||||
#
|
||||
if (NOT WITHOUT_TEST_ECHO)
|
||||
create_test_app(test-echo
|
||||
"test-server/test-echo.c"
|
||||
""
|
||||
"${WIN32_HELPERS_PATH}/unistd.h;${WIN32_HELPERS_PATH}/sys/time.h")
|
||||
endif()
|
||||
|
||||
endif(NOT WITHOUT_CLIENT)
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue