From 2e15ee024a7f47bda7bd6ea5991657a820bd0714 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 26 Jun 2007 19:33:00 +0000 Subject: * src/tests/cluster.mk: Replace sudo with newgrp for ais tests. Skip ais tests with warning if user is not in ais group. * src/tests/Makefile.am: Enable valgrind for all tests. * src/qpid/client/Connector.cpp: Fix memory leak. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@550915 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/Makefile.am | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'cpp/src/tests/Makefile.am') diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 60290ee2da..9b15b68c04 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -89,12 +89,7 @@ testprogs = \ check_PROGRAMS += $(unit_progs) $(testprogs) interop_runner -# FIXME aconway 2007-05-30: TESTS_ENVIRONMENT should have ./run_test -# as below to run valgrind on all test programs. -# Disabled temporarily till leaks in client_test are fixed. -# -#TESTS_ENVIRONMENT = VALGRIND=$(VALGRIND) srcdir=$(srcdir) ./run_test -TESTS_ENVIRONMENT = VALGRIND=$(VALGRIND) srcdir=$(srcdir) +TESTS_ENVIRONMENT = VALGRIND=$(VALGRIND) srcdir=$(srcdir) ./run_test system_tests = client_test quick_topictest TESTS = dummy_test $(unit_progs) $(unit_wrappers) run-unit-tests start_broker $(system_tests) python_tests kill_broker daemon_test -- cgit v1.2.1