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

This commit is contained in:
Bitiquinho
2016-05-13 10:46:07 -03:00
parent 94c53e541d
commit da14bb4bc2
2 changed files with 3 additions and 1 deletions

View File

@@ -401,7 +401,8 @@ test_apps = \
tests/test_sockopt_hwm \
tests/test_heartbeats \
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_LDADD = src/libzmq.la

View File

@@ -121,6 +121,7 @@ IF (ENABLE_DRAFTS)
test_radio_dish
test_udp
test_scatter_gather
test_dgram
)
ENDIF (ENABLE_DRAFTS)