summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-05-21 19:15:44 +0000
committerAlan Conway <aconway@apache.org>2008-05-21 19:15:44 +0000
commit4bf1bf9a7195da45b94aa3d7972557bbb64d4a11 (patch)
treef6a8b77d463f0e44b580e735ee523c4a82f57a4f /qpid/cpp/src/tests/Makefile.am
parent3fa4391236139560dce2288ba0b0dc034954221a (diff)
downloadqpid-python-4bf1bf9a7195da45b94aa3d7972557bbb64d4a11.tar.gz
Replaced AtomicCount with AtomicValue template.
Uses gcc atomics for gcc on i686/x86_64, falls back to mutex otherwise. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@658816 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
-rw-r--r--qpid/cpp/src/tests/Makefile.am7
1 files changed, 2 insertions, 5 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am
index cb060cb2b4..4a1a8d9a66 100644
--- a/qpid/cpp/src/tests/Makefile.am
+++ b/qpid/cpp/src/tests/Makefile.am
@@ -44,7 +44,8 @@ unit_test_SOURCES= unit_test.cpp unit_test.h \
SequenceSet.cpp \
StringUtils.cpp \
IncompleteMessageList.cpp \
- RangeSet.cpp
+ RangeSet.cpp \
+ AtomicValue.cpp
if HAVE_XML
unit_test_SOURCES+= XmlClientSessionTest.cpp
@@ -109,10 +110,6 @@ framing_unit_tests = \
HeaderTest \
SequenceNumberTest
-posix_unit_tests = \
- EventChannelTest \
- EventChannelThreadsTest
-
unit_tests = \
$(broker_unit_tests) \
$(client_unit_tests) \