summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/Makefile.am
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
commit89ce6b5fd4f16b283f2e85132e6d5cee51d06e83 (patch)
treeb54b359df9f69306735736eb78c3a9ef5868d956 /qpid/cpp/src/tests/Makefile.am
parent6c4f2c0a5340c989d070c3713b7870951a05f6c1 (diff)
downloadqpid-python-89ce6b5fd4f16b283f2e85132e6d5cee51d06e83.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@629514 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
-rw-r--r--qpid/cpp/src/tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am
index 0e3a7d4ff6..624834a6ba 100644
--- a/qpid/cpp/src/tests/Makefile.am
+++ b/qpid/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)