Skip to content

Commit

Permalink
Add forgotten test_pubsub. Currently only tests NORM if built.
Browse files Browse the repository at this point in the history
  • Loading branch information
axelriet committed Oct 24, 2023
1 parent b30a19e commit fa97086
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.am
Expand Up @@ -506,6 +506,7 @@ test_apps = \
tests/test_bind_after_connect_tcp \
tests/test_sodium \
tests/test_reconnect_ivl \
tests/test_pubsub \
tests/test_mock_pub_sub \
tests/test_socket_null \
tests/test_tcp_accept_filter
Expand Down Expand Up @@ -828,6 +829,10 @@ tests_test_reconnect_ivl_SOURCES = tests/test_reconnect_ivl.cpp
tests_test_reconnect_ivl_LDADD = ${TESTUTIL_LIBS} src/libzmq.la
tests_test_reconnect_ivl_CPPFLAGS = ${TESTUTIL_CPPFLAGS}

tests_test_pubsub_SOURCES = tests/test_pubsub.cpp
tests_test_pubsub_LDADD = ${TESTUTIL_LIBS} src/libzmq.la
tests_test_pubsub_CPPFLAGS = ${TESTUTIL_CPPFLAGS}

tests_test_mock_pub_sub_SOURCES = tests/test_mock_pub_sub.cpp
tests_test_mock_pub_sub_LDADD = ${TESTUTIL_LIBS} src/libzmq.la
tests_test_mock_pub_sub_CPPFLAGS = ${TESTUTIL_CPPFLAGS}
Expand Down
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Expand Up @@ -75,6 +75,7 @@ set(tests
test_reconnect_ivl
test_reconnect_options
test_tcp_accept_filter
test_pubsub
test_mock_pub_sub)

if(NOT WIN32)
Expand Down

0 comments on commit fa97086

Please sign in to comment.