From 876ee5d6b4ef280ab3072b33374c837e6d12de41 Mon Sep 17 00:00:00 2001 From: hitstergtd Date: Tue, 26 Apr 2016 16:29:06 +0100 Subject: [PATCH] Problem: test_pub_invert_matching missing in autotools build Solution: - add it to Makefile.am --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f4dc2e09..d6d10f4b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -400,7 +400,8 @@ test_apps = \ tests/test_timers \ tests/test_radio_dish \ tests/test_udp \ - tests/test_scatter_gather + tests/test_scatter_gather \ + tests/test_pub_invert_matching tests_test_system_SOURCES = tests/test_system.cpp tests_test_system_LDADD = src/libzmq.la @@ -620,6 +621,9 @@ tests_test_udp_LDADD = src/libzmq.la tests_test_scatter_gather_SOURCES = tests/test_scatter_gather.cpp tests_test_scatter_gather_LDADD = src/libzmq.la +tests_test_pub_invert_matching_SOURCES = tests/test_pub_invert_matching.cpp +tests_test_pub_invert_matching_LDADD = src/libzmq.la + if !ON_MINGW if !ON_CYGWIN test_apps += \