summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-11-26 19:20:20 +0000
committerAlan Conway <aconway@apache.org>2008-11-26 19:20:20 +0000
commitf2481804db3f53cabd3cd19b79c43c48bb5665c7 (patch)
treec9df1803e955d861c19cfd64dd914a45fb039870 /qpid/cpp/src/tests
parent0ccd6e225d96f96c86cf85a766a3a43ab4b05648 (diff)
downloadqpid-python-f2481804db3f53cabd3cd19b79c43c48bb5665c7.tar.gz
Removed mistakenly commited lines.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@720954 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
-rw-r--r--qpid/cpp/src/tests/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am
index 0883ea1ea7..78aadf0da0 100644
--- a/qpid/cpp/src/tests/Makefile.am
+++ b/qpid/cpp/src/tests/Makefile.am
@@ -197,10 +197,6 @@ libdlclose_noop_la_SOURCES = dlclose_noop.c
CLEANFILES+=valgrind.out *.log *.vglog* dummy_test $(unit_wrappers)
-check_PROGRAMS+=tsxtest
-tsxtest_SOURCES=tsxtest.cpp
-tsxtest_LDADD=$(lib_client)
-
# FIXME aconway 2008-05-23: Disabled interop_runner because it uses
# the obsolete Channel class. Convert to Session and re-enable.
#