diff options
author | Alan Conway <aconway@apache.org> | 2009-11-04 19:33:47 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2009-11-04 19:33:47 +0000 |
commit | 633a7771d60077daca4362ab41b0eca659bc4ef4 (patch) | |
tree | 63e29fcaa24e737df90830f38d18a62912832df2 /qpid/cpp/src | |
parent | f09d5a347749b7d5520a3a3d6f0766fe8e2a213e (diff) | |
download | qpid-python-633a7771d60077daca4362ab41b0eca659bc4ef4.tar.gz |
Clean up files left behind by tests in make clean.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@832852 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
-rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 2 | ||||
-rw-r--r-- | qpid/cpp/src/tests/cluster.mk | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 15133505a3..e1935dfcc6 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/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/qpid/cpp/src/tests/cluster.mk b/qpid/cpp/src/tests/cluster.mk index 641ac86a3f..5bc5795f76 100644 --- a/qpid/cpp/src/tests/cluster.mk +++ b/qpid/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 \ |