From 9c7b2f6814076f87baffcf0d7af1833864c9c2cb Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 11 Apr 2007 20:50:03 +0000 Subject: * src/tests/Makefile.am: Remove trailing blanks. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@527662 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/src/tests') diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index d4a32f7a3d..6fc3b97324 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -23,7 +23,7 @@ broker_unit_tests = \ TxBufferTest \ TxPublishTest \ ValueTest \ - MessageHandlerTest + MessageHandlerTest client_unit_tests = \ ClientChannelTest @@ -44,7 +44,7 @@ unit_tests = \ $(broker_unit_tests) \ $(client_unit_tests) \ $(framing_unit_tests) \ - $(misc_unit_tests) + $(misc_unit_tests) # Executables for client tests @@ -56,7 +56,7 @@ testprogs = \ noinst_PROGRAMS = $(testprogs) -TESTS_ENVIRONMENT = VALGRIND=$(VALGRIND) srcdir=$(srcdir) +TESTS_ENVIRONMENT = VALGRIND=$(VALGRIND) srcdir=$(srcdir) CLIENT_TESTS = client_test quick_topictest TESTS = run-unit-tests start_broker $(CLIENT_TESTS) python_tests kill_broker -- cgit v1.2.1