summaryrefslogtreecommitdiff
path: root/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
commit3ba4c0d85c42e4e81e7c0fab673a9267fc98b129 (patch)
tree0075c45084a24626d34859c66d0ac1191c8b7784 /cpp/src/tests/Makefile.am
parent1ee375b5ab824b52463a9e522e60c35ce577c413 (diff)
downloadqpid-python-3ba4c0d85c42e4e81e7c0fab673a9267fc98b129.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/qpid@612986 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
-rw-r--r--cpp/src/tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index 5291891510..0dc4b47a84 100644
--- a/cpp/src/tests/Makefile.am
+++ b/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.
#