summaryrefslogtreecommitdiff
path: root/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-07-16 17:52:01 +0000
committerAlan Conway <aconway@apache.org>2007-07-16 17:52:01 +0000
commit760b6368e37758cecba177cd9cb80a676301f3bc (patch)
tree0ffe41c4a898cee176a144abece1bd91b034ed52 /cpp/src/tests/Makefile.am
parent2ff308902e33298bc78af0b9af3ca9262ee2b56d (diff)
downloadqpid-python-760b6368e37758cecba177cd9cb80a676301f3bc.tar.gz
* src/qpid/sys/Serializer.h: Serialize calls to a function,
by queueing and dispatching in a separate thread if necessary. * src/qpid/sys/*/Mutex.h: trylock to return a bool. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@556679 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 64543268ee..69d1d8def1 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -46,6 +46,10 @@ check_PROGRAMS+=ConcurrentQueue
ConcurrentQueue_SOURCES=ConcurrentQueue.cpp
ConcurrentQueue_LDADD=-lboost_test_exec_monitor $(lib_common)
+check_PROGRAMS+=Serializer
+Serializer_SOURCES=Serializer.cpp
+Serializer_LDADD=-lboost_unit_test_framework $(lib_common)
+
include cluster.mk
# NB: CppUnit test libraries below will be migrated to boost test programs.