0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-26 23:01:04 +08:00

Add new tests to CMakeLists.txt

This commit is contained in:
Richard Newton 2013-10-21 10:06:17 +01:00
parent 41b2f83bef
commit 8ee2a47267

View File

@ -611,12 +611,14 @@ set(tests
test_term_endpoint
test_timeo
test_inproc_connect
test_issue_566)
test_issue_566
test_proxy)
if(NOT WIN32)
list(APPEND tests
test_monitor
test_pair_ipc
test_reqrep_ipc
test_abstract_ipc
test_stream)
endif()