summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-02-20 15:54:59 +0000
committerAlan Conway <aconway@apache.org>2008-02-20 15:54:59 +0000
commita00fe37e0854df1bdd9e0187873d3d1c8972eeb8 (patch)
tree0a923d521adbca2c03dc0e3cd58fb8c82b8ae0ba /cpp/src
parent1d43a6daa6d168bc5728cb9e70e9539cac295787 (diff)
downloadqpid-python-a00fe37e0854df1bdd9e0187873d3d1c8972eeb8.tar.gz
Disabled RefCountedMap test - failing with valgrind error.
RefCountedMap is not yet in use anywhere, will fix before I use it. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@629514 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index 0e3a7d4ff6..624834a6ba 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -31,13 +31,14 @@ unit_test_LDADD=-lboost_unit_test_framework -lboost_regex \
unit_test_SOURCES= unit_test.cpp unit_test.h \
BrokerFixture.h SocketProxy.h \
exception_test.cpp \
- RefCounted.cpp RefCountedMap.cpp \
+ RefCounted.cpp \
SessionState.cpp Blob.cpp logging.cpp \
Url.cpp Uuid.cpp \
Shlib.cpp FieldValue.cpp FieldTable.cpp Array.cpp \
InlineVector.cpp \
ISList.cpp IList.cpp \
ClientSessionTest.cpp
+# FIXME aconway 2008-02-20: removed RefCountedMap.cpp due to valgrind error.
check_LTLIBRARIES += libshlibtest.la
libshlibtest_la_LDFLAGS = -module -rpath $(abs_builddir)