aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-10-08 04:32:39 -0300
committerMarcoFalke <falke.marco@gmail.com>2018-10-08 04:32:48 -0300
commitda32bd80bf3cab07e12f574dafcf11345a961444 (patch)
treeda4f2807ac5403d4a35aacb2e0b802dd3ec48ef7 /src/Makefile.test.include
parentd6189ff20082a2617f843fa9b8e2635f52a3629a (diff)
parent3f5ac2720520e9bce064ae6d28ba5f0488b2087a (diff)
downloadbitcoin-da32bd80bf3cab07e12f574dafcf11345a961444.tar.xz
Merge #14253: Build: during 'make clean', remove some files that are currently missed.
3f5ac27205 Include some files currently missed by 'make distclean'. (murrayn) Pull request description: `make clean` currently leaves behind some cache and test log files that should be removed. Tree-SHA512: a1877e776e24232f6dd1468d7f392ea0bd1e93fdd975e623897d48c4b23a080a2e84ebb199f5482abd6b8c9ddd036850325e7b7ed07e2f9fe7a32f83cc99da4a
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index 8a537ed4f6..203ac4b8b0 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)