summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorJim Meyering <meyering@apache.org>2007-04-11 20:50:03 +0000
committerJim Meyering <meyering@apache.org>2007-04-11 20:50:03 +0000
commit9c7b2f6814076f87baffcf0d7af1833864c9c2cb (patch)
tree1e38038de4e46e0f92ae55bc464a95b1857b7db8 /cpp
parentf95063937178dc3171715382fecc77fca0aff02a (diff)
downloadqpid-python-9c7b2f6814076f87baffcf0d7af1833864c9c2cb.tar.gz
* 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
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/tests/Makefile.am6
1 files changed, 3 insertions, 3 deletions
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