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:
parent
82227136ea
commit
0aef54421d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user