Commit 8ee2a472 authored by Richard Newton's avatar Richard Newton

Add new tests to CMakeLists.txt

parent 41b2f83b
...@@ -611,12 +611,14 @@ set(tests ...@@ -611,12 +611,14 @@ set(tests
test_term_endpoint test_term_endpoint
test_timeo test_timeo
test_inproc_connect test_inproc_connect
test_issue_566) test_issue_566
test_proxy)
if(NOT WIN32) if(NOT WIN32)
list(APPEND tests list(APPEND tests
test_monitor test_monitor
test_pair_ipc test_pair_ipc
test_reqrep_ipc test_reqrep_ipc
test_abstract_ipc
test_stream) test_stream)
endif() endif()
......
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