mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-27 15:41:05 +08:00
Problem: test_pub_invert_matching missing in autotools build
Solution: - add it to Makefile.am
This commit is contained in:
parent
4b3199fefa
commit
876ee5d6b4
@ -400,7 +400,8 @@ test_apps = \
|
|||||||
tests/test_timers \
|
tests/test_timers \
|
||||||
tests/test_radio_dish \
|
tests/test_radio_dish \
|
||||||
tests/test_udp \
|
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_SOURCES = tests/test_system.cpp
|
||||||
tests_test_system_LDADD = src/libzmq.la
|
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_SOURCES = tests/test_scatter_gather.cpp
|
||||||
tests_test_scatter_gather_LDADD = src/libzmq.la
|
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_MINGW
|
||||||
if !ON_CYGWIN
|
if !ON_CYGWIN
|
||||||
test_apps += \
|
test_apps += \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user