From ea518f5c21dd4d14fad6905bfa2332e9c0437c32 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 25 Jun 2009 13:31:29 +0000 Subject: Added qpid_ping: a simple client to verify broker responsiveness. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@788353 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpp/src/tests/Makefile.am') diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index cf2208e89c..b20e8da96b 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -230,6 +230,11 @@ check_PROGRAMS+=DispatcherTest DispatcherTest_SOURCES=DispatcherTest.cpp DispatcherTest_LDADD=$(lib_common) $(SOCKLIBS) +check_PROGRAMS+=qpid_ping +qpid_ping_SOURCES=qpid_ping.cpp test_tools.h TestOptions.h ConnectionOptions.h +qpid_ping_LDADD=$(lib_client) + + TESTS_ENVIRONMENT = \ VALGRIND=$(VALGRIND) \ srcdir=$(srcdir) \ -- cgit v1.2.1