Skip to content
Snippets Groups Projects
Commit 27696f25 authored by Andy Green's avatar Andy Green
Browse files

cmake add missing echo test app

parent c8c16622
Branches
No related tags found
No related merge requests found
......@@ -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)
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment