diff options
| author | Alan Conway <aconway@apache.org> | 2007-07-16 17:52:01 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-07-16 17:52:01 +0000 |
| commit | d07b3bb1c8adc60e2d097d0c504c39ee0abecc3b (patch) | |
| tree | d24cdcfb47f31ac60b74be0348e22e5894f396e8 /qpid/cpp/src/tests/Makefile.am | |
| parent | 404086b8fba0bba5f08836c58166eaec9b65f743 (diff) | |
| download | qpid-python-d07b3bb1c8adc60e2d097d0c504c39ee0abecc3b.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@556679 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 64543268ee..69d1d8def1 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/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. |
