Revert "Add forgotten test_pubsub. Currently only tests NORM if built."

The test always fails.

This reverts commit a6039d8716.
This commit is contained in:
Luca Boccassi 2023-10-25 11:49:29 +01:00
parent aa3e097996
commit cd991c72c8
2 changed files with 0 additions and 6 deletions

View File

@ -506,7 +506,6 @@ 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
@ -829,10 +828,6 @@ 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}

View File

@ -75,7 +75,6 @@ set(tests
test_reconnect_ivl
test_reconnect_options
test_tcp_accept_filter
test_pubsub
test_mock_pub_sub)
if(NOT WIN32)