Added parse test for server and client.

This commit is contained in:
eidheim 2015-05-16 09:55:41 +02:00
commit 3042ee4a31
3 changed files with 140 additions and 0 deletions

View file

@ -39,3 +39,6 @@ target_link_libraries(https_examples ${CMAKE_THREAD_LIBS_INIT})
add_executable(http_examples http_examples.cpp)
target_link_libraries(http_examples ${Boost_LIBRARIES})
target_link_libraries(http_examples ${CMAKE_THREAD_LIBS_INIT})
enable_testing()
add_subdirectory(test)