Added parse test for server and client.
This commit is contained in:
parent
419c3f0233
commit
3042ee4a31
3 changed files with 140 additions and 0 deletions
4
test/CMakeLists.txt
Normal file
4
test/CMakeLists.txt
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue