You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by me...@apache.org on 2007/04/11 22:50:04 UTC

svn commit: r527662 - /incubator/qpid/trunk/qpid/cpp/src/tests/Makefile.am

Author: meyering
Date: Wed Apr 11 13:50:03 2007
New Revision: 527662

URL: http://svn.apache.org/viewvc?view=rev&rev=527662
Log:
* src/tests/Makefile.am: Remove trailing blanks.

Modified:
    incubator/qpid/trunk/qpid/cpp/src/tests/Makefile.am

Modified: incubator/qpid/trunk/qpid/cpp/src/tests/Makefile.am
URL: http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/cpp/src/tests/Makefile.am?view=diff&rev=527662&r1=527661&r2=527662
==============================================================================
--- incubator/qpid/trunk/qpid/cpp/src/tests/Makefile.am (original)
+++ incubator/qpid/trunk/qpid/cpp/src/tests/Makefile.am Wed Apr 11 13:50:03 2007
@@ -23,7 +23,7 @@
   TxBufferTest		\
   TxPublishTest		\
   ValueTest		\
-  MessageHandlerTest 	
+  MessageHandlerTest
 
 client_unit_tests =	\
   ClientChannelTest
@@ -44,7 +44,7 @@
   $(broker_unit_tests)	\
   $(client_unit_tests)	\
   $(framing_unit_tests)	\
-  $(misc_unit_tests) 	
+  $(misc_unit_tests)
 
 # Executables for client tests
 
@@ -56,7 +56,7 @@
 
 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