aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorJames O'Beirne <james.obeirne@gmail.com>2018-10-09 22:31:51 -0400
committerJames O'Beirne <james.obeirne@gmail.com>2018-10-09 22:31:51 -0400
commita48e44bd4f55635b2fd7bed482bbdf73a52e8e5c (patch)
tree66fb071d686904fd738c4904a6b723e7c3f59921 /src/Makefile.test.include
parent1d1417430c829a0c21bf5a2fe4a5b2f592a9423f (diff)
downloadbitcoin-a48e44bd4f55635b2fd7bed482bbdf73a52e8e5c.tar.xz
Fix CLEAN_BITCOIN_TEST to remove .log files for all BITCOIN_TESTS files
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 203ac4b8b0..76a5a07d9f 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) $(BITCOIN_TESTS:.cpp=.cpp.log)
+CLEAN_BITCOIN_TEST = test/*.gcda test/*.gcno $(GENERATED_TEST_FILES) $(BITCOIN_TESTS:=.log)
CLEANFILES += $(CLEAN_BITCOIN_TEST)