summaryrefslogtreecommitdiff
path: root/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-04-07 19:51:20 +0000
committerAlan Conway <aconway@apache.org>2010-04-07 19:51:20 +0000
commitdb10ca2521cff96eae94d11a8acb51e8173aba3c (patch)
tree71142c67ba439e80e8148e6662e7ec4ec58bc695 /cpp/src/tests/Makefile.am
parenta98f0cfe299d147366c8baa26840b5100b8dc0b9 (diff)
downloadqpid-python-db10ca2521cff96eae94d11a8acb51e8173aba3c.tar.gz
Extend qpid_send, qpid_recv to measure throughput and latency.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@931657 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
-rw-r--r--cpp/src/tests/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index 9c1a761062..b5fddd82a0 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -166,14 +166,16 @@ qpidtest_PROGRAMS += qpid_recv
qpid_recv_SOURCES = \
qpid_recv.cpp \
TestOptions.h \
- ConnectionOptions.h
+ ConnectionOptions.h \
+ Statistics.cpp
qpid_recv_LDADD = $(lib_client)
qpidtest_PROGRAMS += qpid_send
qpid_send_SOURCES = \
qpid_send.cpp \
TestOptions.h \
- ConnectionOptions.h
+ ConnectionOptions.h \
+ Statistics.cpp
qpid_send_LDADD = $(lib_client)
qpidtest_PROGRAMS+=perftest