@@ -97,35 +97,4 @@ if (CPP-NETLIB_BUILD_TESTS)
9797 add_test (cpp-netlib-http-${test}
9898 ${CPP-NETLIB_BINARY_DIR }/tests/cpp-netlib-http-${test} )
9999 endforeach (test )
100-
101- # set ( SERVER_API_TESTS
102- # server_constructor_test
103- # server_async_run_stop_concurrency
104- # )
105- # foreach ( test ${SERVER_API_TESTS} )
106- # if (${CMAKE_CXX_COMPILER_ID} MATCHES GNU)
107- # set_source_files_properties(${test}.cpp
108- # PROPERTIES COMPILE_FLAGS "-Wall")
109- # endif()
110- # add_executable(cpp-netlib-http-${test} ${test}.cpp)
111- # target_link_libraries(cpp-netlib-http-${test}
112- # ${Boost_LIBRARIES}
113- # ${GTEST_BOTH_LIBRARIES}
114- # ${ICU_LIBRARIES} ${ICU_I18N_LIBRARIES}
115- # ${CMAKE_THREAD_LIBS_INIT}
116- # cppnetlib-constants
117- # cppnetlib-uri
118- # cppnetlib-message
119- # cppnetlib-message-wrappers
120- # cppnetlib-http-message
121- # cppnetlib-http-server
122- # cppnetlib-http-server-parsers
123- # cppnetlib-utils-thread_pool
124- # )
125- # set_target_properties(cpp-netlib-http-${test}
126- # PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CPP-NETLIB_BINARY_DIR}/tests)
127- # add_test(cpp-netlib-http-${test}
128- # ${CPP-NETLIB_BINARY_DIR}/tests/cpp-netlib-http-${test})
129- # endforeach (test)
130-
131100endif ()