summaryrefslogtreecommitdiff
path: root/cpp/src/tests
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-05-01 16:10:42 +0000
committerAlan Conway <aconway@apache.org>2007-05-01 16:10:42 +0000
commitf102270694ba9f09bf66a988246de8afe779c1a9 (patch)
tree1eb283c69e978939434f0b2e41eb01e1da07410d /cpp/src/tests
parentd7691e4e39eeba22124dabe047b5656449bc2ab5 (diff)
downloadqpid-python-f102270694ba9f09bf66a988246de8afe779c1a9.tar.gz
Makefile fixes to get make distcheck passing.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@534143 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
-rw-r--r--cpp/src/tests/Makefile.am16
1 files changed, 6 insertions, 10 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index 805f8d8e32..f9f241706f 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -60,24 +60,16 @@ CLIENT_TESTS = client_test quick_topictest
TESTS = run-unit-tests start_broker $(CLIENT_TESTS) python_tests kill_broker daemon_test
EXTRA_DIST = \
+ $(TESTS) \
test_env \
topictest \
- quick_topictest \
- run-unit-tests \
- start_broker \
- python_tests \
- kill_broker \
.valgrind.supp \
.valgrindrc-default \
InProcessBroker.h \
MockChannel.h \
MockConnectionInputHandler.h \
TxMocks.h \
- qpid_test_plugin.h \
- APRBaseTest.cpp
-
-CLEANFILES=qpidd.log
-MAINTAINERCLEANFILES=gen.mk
+ qpid_test_plugin.h
include gen.mk
@@ -123,3 +115,7 @@ check-unit:
# This is necessary because with two or more identical and simultaneous
# ltmain invocations, one may corrupt the temporaries of the other.
.NOTPARALLEL:
+
+CLEANFILES=valgrind.out qpidd.log
+DISTCLEANFILES=.valgrindrc
+MAINTAINERCLEANFILES=gen.mk