summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-01-17 21:17:42 +0000
committerGordon Sim <gsim@apache.org>2008-01-17 21:17:42 +0000
commitede4f0298cb74280dd4e91efe1a7151a74058992 (patch)
tree281d0b479c6de7915d2b385547a9e2443b8bdd38 /qpid/cpp/src/tests/Makefile.am
parent4bc0a99d616a523cc291051118931b09e310ddb5 (diff)
downloadqpid-python-ede4f0298cb74280dd4e91efe1a7151a74058992.tar.gz
Added a test to measure latency (still needs refining, still evolving)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@612986 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
-rw-r--r--qpid/cpp/src/tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am
index 5291891510..0dc4b47a84 100644
--- a/qpid/cpp/src/tests/Makefile.am
+++ b/qpid/cpp/src/tests/Makefile.am
@@ -55,6 +55,10 @@ check_PROGRAMS+=txtest
txtest_SOURCES=txtest.cpp TestOptions.h
txtest_LDADD=$(lib_client)
+check_PROGRAMS+=latencytest
+latencytest_SOURCES=latencytest.cpp TestOptions.h
+latencytest_LDADD=$(lib_client)
+
# NB: CppUnit test libraries below will be migrated to boost test programs.
#