diff options
| author | Jim Meyering <meyering@apache.org> | 2007-04-11 20:50:03 +0000 |
|---|---|---|
| committer | Jim Meyering <meyering@apache.org> | 2007-04-11 20:50:03 +0000 |
| commit | 8a7199f7540e68ee8d132bad08397739fffc3a5b (patch) | |
| tree | 5104aa8e9abd6c23c1a84cc1f2a53d1132982946 /qpid/cpp/src/tests/Makefile.am | |
| parent | 2481087e851651d42a161bfba5981c50ff2baa4e (diff) | |
| download | qpid-python-8a7199f7540e68ee8d132bad08397739fffc3a5b.tar.gz | |
* src/tests/Makefile.am: Remove trailing blanks.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@527662 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index d4a32f7a3d..6fc3b97324 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/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 |
