summaryrefslogtreecommitdiff
path: root/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-06-26 16:39:07 +0000
committerAlan Conway <aconway@apache.org>2007-06-26 16:39:07 +0000
commit3354535849812a62c00bc568ea9df51cf6153e0d (patch)
tree2675e2affca1bea5a33d33ce4fc32a90295bea55 /cpp/src/tests/Makefile.am
parent1e3138ae353508b56bc1ad9e69a11c39614630c9 (diff)
downloadqpid-python-3354535849812a62c00bc568ea9df51cf6153e0d.tar.gz
* src/qpid/framing/Handler.h: Tempates for handlers and handler chains.
* src/qpid/framing/FrameHandler.h: Use Handler.h templates. * src/tests/Handler.cpp: handler chain test. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@550846 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 ab772ea744..60290ee2da 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -25,6 +25,10 @@ unit_progs+=Url
Url_SOURCES=Url.cpp test_tools.h
Url_LDADD=-lboost_unit_test_framework $(lib_common)
+unit_progs+=Handler
+Handler_SOURCES=Handler.cpp test_tools.h
+Handler_LDADD=-lboost_unit_test_framework $(lib_common)
+
include cluster.mk
# NB: CppUnit test libraries below will be migrated to boost test programs.