diff --git a/Makefile.am b/Makefile.am index aa40273d8e..77fe616b29 100755 --- a/Makefile.am +++ b/Makefile.am @@ -493,6 +493,7 @@ test_apps = \ tests/test_capabilities \ tests/test_xpub_nodrop \ tests/test_xpub_manual \ + tests/test_xpub_topic \ tests/test_xpub_welcome_msg \ tests/test_xpub_verbose \ tests/test_atomics \ @@ -766,6 +767,10 @@ tests_test_xpub_manual_SOURCES = tests/test_xpub_manual.cpp tests_test_xpub_manual_LDADD = ${TESTUTIL_LIBS} src/libzmq.la tests_test_xpub_manual_CPPFLAGS = ${TESTUTIL_CPPFLAGS} +tests_test_xpub_topic_SOURCES = tests/test_xpub_topic.cpp +tests_test_xpub_topic_LDADD = ${TESTUTIL_LIBS} src/libzmq.la +tests_test_xpub_topic_CPPFLAGS = ${TESTUTIL_CPPFLAGS} + tests_test_xpub_welcome_msg_SOURCES = tests/test_xpub_welcome_msg.cpp tests_test_xpub_welcome_msg_LDADD = ${TESTUTIL_LIBS} src/libzmq.la tests_test_xpub_welcome_msg_CPPFLAGS = ${TESTUTIL_CPPFLAGS}