From 3f5ac2720520e9bce064ae6d28ba5f0488b2087a Mon Sep 17 00:00:00 2001 From: murrayn Date: Tue, 18 Sep 2018 02:12:16 -0700 Subject: [PATCH] Include some files currently missed by 'make distclean'. --- Makefile.am | 2 +- src/Makefile.test.include | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 10dda65b2..0b91e85f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -294,5 +294,5 @@ clean-docs: clean-local: clean-docs rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ test/tmp/ cache/ $(OSX_APP) - rm -rf test/functional/__pycache__ test/functional/test_framework/__pycache__ test/cache + rm -rf test/functional/__pycache__ test/functional/test_framework/__pycache__ test/cache share/rpcauth/__pycache__ diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 269a6ff80..a5d93d1ad 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -161,7 +161,7 @@ nodist_test_test_bitcoin_SOURCES = $(GENERATED_TEST_FILES) $(BITCOIN_TESTS): $(GENERATED_TEST_FILES) -CLEAN_BITCOIN_TEST = test/*.gcda test/*.gcno $(GENERATED_TEST_FILES) +CLEAN_BITCOIN_TEST = test/*.gcda test/*.gcno $(GENERATED_TEST_FILES) $(BITCOIN_TESTS:.cpp=.cpp.log) CLEANFILES += $(CLEAN_BITCOIN_TEST)