diff options
| author | Alan Conway <aconway@apache.org> | 2010-04-07 19:51:20 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-04-07 19:51:20 +0000 |
| commit | 6d1ac73785f0ed233869bd4a9bee3276189ce073 (patch) | |
| tree | abd09ef1ac925604b0dc9f13753fde32916b71e9 /qpid/cpp/src/tests/Makefile.am | |
| parent | 4376b9e814b7b43bace03158f4dac04f6e6ffd4c (diff) | |
| download | qpid-python-6d1ac73785f0ed233869bd4a9bee3276189ce073.tar.gz | |
Extend qpid_send, qpid_recv to measure throughput and latency.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@931657 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 9c1a761062..b5fddd82a0 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/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 |
