From 2e7a0f670684ccd696316666c6a1d61849f67e80 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Tue, 16 Oct 2007 10:21:20 +0000 Subject: Implementation of 0-10 field tables git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@585097 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/Makefile.am | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'qpid/cpp/src/tests/Makefile.am') diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index b8622fc925..a1228f91b1 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -98,7 +98,6 @@ broker_unit_tests = \ TxAckTest \ TxBufferTest \ TxPublishTest \ - ValueTest \ MessageHandlerTest \ MessageBuilderTest \ ClientSessionTest @@ -127,11 +126,12 @@ unit_tests = \ testprogs= \ client_test \ exception_test \ - echo_service \ topic_listener \ topic_publisher +# echo_service -check_PROGRAMS += $(testprogs) interop_runner +#check_PROGRAMS += $(testprogs) interop_runner +check_PROGRAMS += $(testprogs) TESTS_ENVIRONMENT = VALGRIND=$(VALGRIND) srcdir=$(srcdir) $(srcdir)/run_test @@ -192,14 +192,14 @@ all-am: .valgrind.supp .valgrindrc CLEANFILES+=valgrind.out *.log *.vglog .valgrindrc .valgrind.supp dummy_test $(unit_wrappers) MAINTAINERCLEANFILES=gen.mk -interop_runner_SOURCES = \ - interop_runner.cpp \ - SimpleTestCaseBase.cpp \ - BasicP2PTest.cpp \ - BasicPubSubTest.cpp \ - SimpleTestCaseBase.h \ - BasicP2PTest.h \ - BasicPubSubTest.h \ - TestCase.h \ - TestOptions.h -interop_runner_LDADD = $(lib_client) $(lib_common) $(extra_libs) +#interop_runner_SOURCES = \ +# interop_runner.cpp \ +# SimpleTestCaseBase.cpp \ +# BasicP2PTest.cpp \ +# BasicPubSubTest.cpp \ +# SimpleTestCaseBase.h \ +# BasicP2PTest.h \ +# BasicPubSubTest.h \ +# TestCase.h \ +# TestOptions.h +#interop_runner_LDADD = $(lib_client) $(lib_common) $(extra_libs) -- cgit v1.2.1