Skip to content

Commit 3f5ac27

Browse files
committed
Include some files currently missed by 'make distclean'.
1 parent 4901c00 commit 3f5ac27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,5 +294,5 @@ clean-docs:
294294

295295
clean-local: clean-docs
296296
rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ test/tmp/ cache/ $(OSX_APP)
297-
rm -rf test/functional/__pycache__ test/functional/test_framework/__pycache__ test/cache
297+
rm -rf test/functional/__pycache__ test/functional/test_framework/__pycache__ test/cache share/rpcauth/__pycache__
298298

src/Makefile.test.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ nodist_test_test_bitcoin_SOURCES = $(GENERATED_TEST_FILES)
161161

162162
$(BITCOIN_TESTS): $(GENERATED_TEST_FILES)
163163

164-
CLEAN_BITCOIN_TEST = test/*.gcda test/*.gcno $(GENERATED_TEST_FILES)
164+
CLEAN_BITCOIN_TEST = test/*.gcda test/*.gcno $(GENERATED_TEST_FILES) $(BITCOIN_TESTS:.cpp=.cpp.log)
165165

166166
CLEANFILES += $(CLEAN_BITCOIN_TEST)
167167

0 commit comments

Comments
 (0)