diff --git a/Makefile.am b/Makefile.am index 396e06ab..45b07504 100755 --- a/Makefile.am +++ b/Makefile.am @@ -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 += \ diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e488b199..08056143 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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