diff options
| author | James O'Beirne <[email protected]> | 2018-10-09 22:31:51 -0400 |
|---|---|---|
| committer | James O'Beirne <[email protected]> | 2018-10-09 22:31:51 -0400 |
| commit | a48e44bd4f55635b2fd7bed482bbdf73a52e8e5c (patch) | |
| tree | 66fb071d686904fd738c4904a6b723e7c3f59921 /src/Makefile.test.include | |
| parent | Merge #13115: addrman: Add Clang thread safety annotations for variables guar... (diff) | |
| download | discoin-a48e44bd4f55635b2fd7bed482bbdf73a52e8e5c.tar.xz discoin-a48e44bd4f55635b2fd7bed482bbdf73a52e8e5c.zip | |
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.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 203ac4b8b..76a5a07d9 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) |