summaryrefslogtreecommitdiff
path: root/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-08-26 16:04:55 +0000
committerAlan Conway <aconway@apache.org>2008-08-26 16:04:55 +0000
commit7caacf27a24d9a9cbbc36e77474d23e90ea11a4c (patch)
tree681f9ec7e4594e188febc8bec1bf4dac0b2b554a /cpp/src/tests/Makefile.am
parent1ce014b722ca905aa71ac48dff83240d5ea74cc0 (diff)
downloadqpid-python-7caacf27a24d9a9cbbc36e77474d23e90ea11a4c.tar.gz
Removed unused rpm targets and files.
Added src/tests/echotest.cpp from Gordon Sim. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@689123 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
-rw-r--r--cpp/src/tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index 31328ef59a..3b82aff8a8 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -99,6 +99,10 @@ check_PROGRAMS+=latencytest
latencytest_SOURCES=latencytest.cpp TestOptions.h ConnectionOptions.h
latencytest_LDADD=$(lib_client)
+check_PROGRAMS+=echotest
+echotest_SOURCES=echotest.cpp TestOptions.h ConnectionOptions.h
+echotest_LDADD=$(lib_client)
+
check_PROGRAMS+=client_test
client_test_SOURCES=client_test.cpp TestOptions.h ConnectionOptions.h
client_test_LDADD=$(lib_client)