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 | 09f035368531de78fc605b52e83b9abf7542db59 (patch) | |
| tree | 476465ff8cb5a4342404d0b064fe2460b95b5f9d /qpid/cpp/src/tests/Makefile.am | |
| parent | 17d6a28c01524a78cb2e8397c3cae42c2969a46c (diff) | |
| download | qpid-python-09f035368531de78fc605b52e83b9abf7542db59.tar.gz | |
Added throughput reporting to sender.cpp.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@934986 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 776430b710..1faed16173 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/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 |
