mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-09 15:53:59 +01:00
Added ZMQ_DGRAM tests to build (Makefile.am and CMakeLists.txt)
This commit is contained in:
@@ -401,7 +401,8 @@ test_apps = \
|
|||||||
tests/test_sockopt_hwm \
|
tests/test_sockopt_hwm \
|
||||||
tests/test_heartbeats \
|
tests/test_heartbeats \
|
||||||
tests/test_stream_exceeds_buffer \
|
tests/test_stream_exceeds_buffer \
|
||||||
tests/test_pub_invert_matching
|
tests/test_pub_invert_matching \
|
||||||
|
tests/test_dgram
|
||||||
|
|
||||||
tests_test_ancillaries_SOURCES = tests/test_ancillaries.cpp
|
tests_test_ancillaries_SOURCES = tests/test_ancillaries.cpp
|
||||||
tests_test_ancillaries_LDADD = src/libzmq.la
|
tests_test_ancillaries_LDADD = src/libzmq.la
|
||||||
|
|||||||
@@ -121,6 +121,7 @@ IF (ENABLE_DRAFTS)
|
|||||||
test_radio_dish
|
test_radio_dish
|
||||||
test_udp
|
test_udp
|
||||||
test_scatter_gather
|
test_scatter_gather
|
||||||
|
test_dgram
|
||||||
)
|
)
|
||||||
ENDIF (ENABLE_DRAFTS)
|
ENDIF (ENABLE_DRAFTS)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user