0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-15 02:07:59 +08:00

Problem: test_monitor is disabled on Windows

Solution: enable test
This commit is contained in:
Simon Giesecke 2017-08-20 22:43:11 +02:00 committed by sigiesec
parent 82227136ea
commit 0aef54421d

View File

@ -68,6 +68,7 @@ set(tests
test_base85
test_bind_after_connect_tcp
test_sodium
test_monitor
)
if(ZMQ_HAVE_CURVE)
list(APPEND tests
@ -75,7 +76,6 @@ if(ZMQ_HAVE_CURVE)
endif()
if(NOT WIN32)
list(APPEND tests
test_monitor
test_ipc_wildcard
test_pair_ipc
test_reqrep_ipc