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

4
test/CMakeLists.txt Normal file
View file

@ -0,0 +1,4 @@
add_executable(parse_test parse_test.cpp)
target_link_libraries(parse_test ${Boost_LIBRARIES})
target_link_libraries(parse_test ${CMAKE_THREAD_LIBS_INIT})
add_test(parse_test parse_test)