Commit 2af23cf4 authored by Richard Newton's avatar Richard Newton

Merge pull request #687 from hintjens/master

Updated CMake project for test_issue_566
parents d568e7f5 015b43f9
......@@ -610,14 +610,15 @@ set(tests
test_sub_forward
test_term_endpoint
test_timeo
test_inproc_connect)
test_inproc_connect
test_issue_566)
if(NOT WIN32)
list(APPEND tests
test_monitor
test_pair_ipc
test_reqrep_ipc
test_stream)
endif()
endif()
foreach(test ${tests})
add_executable(${test} tests/${test}.cpp)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment