mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-20 10:23:47 +00:00
Merge pull request #715 from ricnewton/master
Add new tests to CMakeLists.txt
This commit is contained in:
commit
4582fe3276
@ -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()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user