From 760b6368e37758cecba177cd9cb80a676301f3bc Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 16 Jul 2007 17:52:01 +0000 Subject: * 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 --- 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 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. -- cgit v1.2.1