diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2007-10-16 10:21:20 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2007-10-16 10:21:20 +0000 |
| commit | 2e7a0f670684ccd696316666c6a1d61849f67e80 (patch) | |
| tree | 0f950e109fee382ef06a1997d2edca1a3d39cdd0 /qpid/cpp/src/tests/Makefile.am | |
| parent | 91ac5922f2d5aa5ca0ad01b9e23271e90c1c8bcc (diff) | |
| download | qpid-python-2e7a0f670684ccd696316666c6a1d61849f67e80.tar.gz | |
Implementation of 0-10 field tables
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@585097 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 28 |
1 files changed, 14 insertions, 14 deletions
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) |
