mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Problem: test_pubsub broken everywhere
Solution: disable it
This commit is contained in:
parent
2dd24d6d80
commit
16af1bd622
@ -513,8 +513,7 @@ test_apps = \
|
||||
tests/test_reconnect_ivl \
|
||||
tests/test_mock_pub_sub \
|
||||
tests/test_socket_null \
|
||||
tests/test_tcp_accept_filter \
|
||||
tests/test_pubsub
|
||||
tests/test_tcp_accept_filter
|
||||
|
||||
UNITY_CPPFLAGS = -I$(top_srcdir)/external/unity -DUNITY_USE_COMMAND_LINE_ARGS -DUNITY_EXCLUDE_FLOAT
|
||||
UNITY_LIBS = $(top_builddir)/external/unity/libunity.a
|
||||
@ -829,10 +828,6 @@ tests_test_tcp_accept_filter_SOURCES = tests/test_tcp_accept_filter.cpp
|
||||
tests_test_tcp_accept_filter_LDADD = ${TESTUTIL_LIBS} src/libzmq.la
|
||||
tests_test_tcp_accept_filter_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}
|
||||
|
||||
if HAVE_CURVE
|
||||
|
||||
test_apps += \
|
||||
|
@ -24,7 +24,6 @@ set(tests
|
||||
test_term_endpoint
|
||||
test_router_mandatory
|
||||
test_probe_router
|
||||
test_pubsub
|
||||
test_stream
|
||||
test_stream_empty
|
||||
test_stream_disconnect
|
||||
|
Loading…
Reference in New Issue
Block a user