summaryrefslogtreecommitdiff
path: root/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-04-15 21:34:01 +0000
committerAlan Conway <aconway@apache.org>2009-04-15 21:34:01 +0000
commita2669a1225e2e9a159ad951a16c36fcda8b105df (patch)
treec5818a02423f8cafb2014841beacbb986aa711cc /cpp/src/tests/Makefile.am
parent2ccd734741281b6bf9f9e7f5af6d3697f579ae14 (diff)
downloadqpid-python-a2669a1225e2e9a159ad951a16c36fcda8b105df.tar.gz
Removed defunct interop_runner test, was never updated from 0-8 channel API.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@765370 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
-rw-r--r--cpp/src/tests/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index 4b59e8ebe9..9634a629b1 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -242,24 +242,6 @@ libdlclose_noop_la_SOURCES = dlclose_noop.c
CLEANFILES+=valgrind.out *.log *.vglog* dummy_test $(unit_wrappers)
-# FIXME aconway 2008-05-23: Disabled interop_runner because it uses
-# the obsolete Channel class. Convert to Session and re-enable.
-#
-# check_PROGRAMS += interop_runner
-
-# interop_runner_SOURCES = \
-# interop_runner.cpp \
-# SimpleTestCaseBase.cpp \
-# BasicP2PTest.cpp \
-# BasicPubSubTest.cpp \
-# SimpleTestCaseBase.h \
-# BasicP2PTest.h \
-# BasicPubSubTest.h \
-# TestCase.h \
-# TestOptions.h ConnectionOptions.h
-# interop_runner_LDADD = $(lib_client) $(lib_common) $(extra_libs)
-
-
# Longer running stability tests, not run by default check: target.
# Not run under valgrind, too slow