diff options
| author | Alan Conway <aconway@apache.org> | 2010-04-16 16:39:32 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-04-16 16:39:32 +0000 |
| commit | b8dccb34d7fd1bcc484fc135a74a9e7056108693 (patch) | |
| tree | b6ea734938ef58f311000d8493b361b41173b106 /cpp/src/tests/Makefile.am | |
| parent | 2c202ba0addcaa5f11d62e8ddb8ee86ceb9d5538 (diff) | |
| download | qpid-python-b8dccb34d7fd1bcc484fc135a74a9e7056108693.tar.gz | |
Added throughput reporting to sender.cpp.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@934986 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 776430b710..1faed16173 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -159,7 +159,8 @@ qpidtest_PROGRAMS += sender sender_SOURCES = \ sender.cpp \ TestOptions.h \ - ConnectionOptions.h + ConnectionOptions.h \ + Statistics.cpp sender_LDADD = $(lib_client) qpidtest_PROGRAMS += qpid_receive |
