From 3ba4c0d85c42e4e81e7c0fab673a9267fc98b129 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Thu, 17 Jan 2008 21:17:42 +0000 Subject: 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 --- cpp/src/tests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpp/src/tests/Makefile.am') 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. # -- cgit v1.2.1