aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authormurrayn <github@nesbitt.ca>2018-09-18 02:12:16 -0700
committermurrayn <github@nesbitt.ca>2018-10-01 02:17:44 -0700
commit3f5ac2720520e9bce064ae6d28ba5f0488b2087a (patch)
treed5c2f755c221193741a9182ce338699e0011df8f /src/Makefile.test.include
parent4901c00792c1dabae4bb01e6373c9b1ed9ef3008 (diff)
downloadbitcoin-3f5ac2720520e9bce064ae6d28ba5f0488b2087a.tar.xz
Include some files currently missed by 'make distclean'.
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 269a6ff805..a5d93d1ad8 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)