Problem: cmake does not run test_zmq_poll_fd

Solution: add it to the list
This commit is contained in:
Luca Boccassi 2016-12-26 19:20:09 +01:00
parent 6e708ce144
commit 06055a7b74

View File

@ -84,6 +84,7 @@ if(NOT WIN32)
test_router_mandatory_hwm
test_use_fd_ipc
test_use_fd_tcp
test_zmq_poll_fd
)
if(HAVE_FORK)
list(APPEND tests test_fork)