summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-11-04 19:33:47 +0000
committerAlan Conway <aconway@apache.org>2009-11-04 19:33:47 +0000
commit05865f45db96f411b495aa1129c62ef96ed6b8d8 (patch)
tree278c6f0c1d330018728ff239261742147ad1336e /cpp/src
parentbc03638446de8a6d8e816a73c264dd567e27a789 (diff)
downloadqpid-python-05865f45db96f411b495aa1129c62ef96ed6b8d8.tar.gz
Clean up files left behind by tests in make clean.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@832852 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/tests/Makefile.am2
-rw-r--r--cpp/src/tests/cluster.mk3
2 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index 15133505a3..e1935dfcc6 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -318,7 +318,7 @@ check_LTLIBRARIES += libdlclose_noop.la
libdlclose_noop_la_LDFLAGS = -module -rpath $(abs_builddir)
libdlclose_noop_la_SOURCES = dlclose_noop.c
-CLEANFILES+=valgrind.out *.log *.vglog* dummy_test $(unit_wrappers)
+CLEANFILES+=valgrind.out *.log *.vglog* dummy_test qpidd.port $(unit_wrappers)
# Longer running stability tests, not run by default check: target.
# Not run under valgrind, too slow
diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk
index 641ac86a3f..5bc5795f76 100644
--- a/cpp/src/tests/cluster.mk
+++ b/cpp/src/tests/cluster.mk
@@ -37,6 +37,9 @@ TESTS += \
federated_cluster_test \
clustered_replication_test
+# Clean up after cluster_test and start_cluster
+CLEANFILES += cluster_test.acl cluster.ports
+
EXTRA_DIST += \
ais_check \
run_cluster_test \