Commit da14bb4b authored by Bitiquinho's avatar Bitiquinho

Added ZMQ_DGRAM tests to build (Makefile.am and CMakeLists.txt)

parent 94c53e54
...@@ -401,7 +401,8 @@ test_apps = \ ...@@ -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) ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment