mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-14 09:47:56 +08:00
Updated CMake project for test_issue_566
This commit is contained in:
parent
e42a0a4074
commit
015b43f969
@ -610,14 +610,15 @@ set(tests
|
|||||||
test_sub_forward
|
test_sub_forward
|
||||||
test_term_endpoint
|
test_term_endpoint
|
||||||
test_timeo
|
test_timeo
|
||||||
test_inproc_connect)
|
test_inproc_connect
|
||||||
|
test_issue_566)
|
||||||
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_stream)
|
test_stream)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
foreach(test ${tests})
|
foreach(test ${tests})
|
||||||
add_executable(${test} tests/${test}.cpp)
|
add_executable(${test} tests/${test}.cpp)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user