Commit 9bcfc251 authored by Luca Boccassi's avatar Luca Boccassi

Problem: new test_xpub_manual_last_value not built by automake

Solution: list it
parent 2f98f703
...@@ -966,6 +966,7 @@ test_apps += tests/test_poller \ ...@@ -966,6 +966,7 @@ test_apps += tests/test_poller \
tests/test_scatter_gather \ tests/test_scatter_gather \
tests/test_dgram \ tests/test_dgram \
tests/test_app_meta \ tests/test_app_meta \
tests/test_xpub_manual_last_value \
tests/test_router_notify tests/test_router_notify
tests_test_poller_SOURCES = tests/test_poller.cpp tests_test_poller_SOURCES = tests/test_poller.cpp
...@@ -996,6 +997,10 @@ tests_test_dgram_SOURCES = tests/test_dgram.cpp ...@@ -996,6 +997,10 @@ tests_test_dgram_SOURCES = tests/test_dgram.cpp
tests_test_dgram_LDADD = src/libzmq.la ${TESTUTIL_LIBS} tests_test_dgram_LDADD = src/libzmq.la ${TESTUTIL_LIBS}
tests_test_dgram_CPPFLAGS = ${TESTUTIL_CPPFLAGS} tests_test_dgram_CPPFLAGS = ${TESTUTIL_CPPFLAGS}
tests_test_xpub_manual_last_value_SOURCES = tests/test_xpub_manual_last_value.cpp
tests_test_xpub_manual_last_value_LDADD = src/libzmq.la ${TESTUTIL_LIBS}
tests_test_xpub_manual_last_value_CPPFLAGS = ${TESTUTIL_CPPFLAGS}
tests_test_app_meta_SOURCES = tests/test_app_meta.cpp tests_test_app_meta_SOURCES = tests/test_app_meta.cpp
tests_test_app_meta_LDADD = src/libzmq.la ${TESTUTIL_LIBS} tests_test_app_meta_LDADD = src/libzmq.la ${TESTUTIL_LIBS}
tests_test_app_meta_CPPFLAGS = ${TESTUTIL_CPPFLAGS} tests_test_app_meta_CPPFLAGS = ${TESTUTIL_CPPFLAGS}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment