Commit 4582fe32 authored by Pieter Hintjens's avatar Pieter Hintjens

Merge pull request #715 from ricnewton/master

Add new tests to CMakeLists.txt
parents 41b2f83b 8ee2a472
...@@ -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