File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -757,12 +757,18 @@ CLEANFILES = $(EXTRA_LIBRARIES)
757
757
CLEANFILES += *.gcda *.gcno
758
758
CLEANFILES += compat/*.gcda compat/*.gcno
759
759
CLEANFILES += consensus/*.gcda consensus/*.gcno
760
+ CLEANFILES += crc32c/src/*.gcda crc32c/src/*.gcno
760
761
CLEANFILES += crypto/*.gcda crypto/*.gcno
762
+ CLEANFILES += index/*.gcda index/*.gcno
763
+ CLEANFILES += interfaces/*.gcda interfaces/*.gcno
764
+ CLEANFILES += node/*.gcda node/*.gcno
761
765
CLEANFILES += policy/*.gcda policy/*.gcno
762
766
CLEANFILES += primitives/*.gcda primitives/*.gcno
767
+ CLEANFILES += rpc/*.gcda rpc/*.gcno
763
768
CLEANFILES += script/*.gcda script/*.gcno
764
769
CLEANFILES += support/*.gcda support/*.gcno
765
770
CLEANFILES += univalue/*.gcda univalue/*.gcno
771
+ CLEANFILES += util/*.gcda util/*.gcno
766
772
CLEANFILES += wallet/*.gcda wallet/*.gcno
767
773
CLEANFILES += wallet/test/*.gcda wallet/test/*.gcno
768
774
CLEANFILES += zmq/*.gcda zmq/*.gcno
Original file line number Diff line number Diff line change @@ -486,7 +486,7 @@ nodist_test_test_dash_SOURCES = $(GENERATED_TEST_FILES)
486
486
487
487
$(BITCOIN_TESTS): $(GENERATED_TEST_FILES)
488
488
489
- CLEAN_BITCOIN_TEST = test/*.gcda test/*.gcno test/fuzz/*.gcda test/fuzz/*.gcno $(GENERATED_TEST_FILES) $(BITCOIN_TESTS:=.log)
489
+ CLEAN_BITCOIN_TEST = test/*.gcda test/*.gcno test/fuzz/*.gcda test/fuzz/*.gcno test/util/*.gcda test/util/*.gcno $(GENERATED_TEST_FILES) $(BITCOIN_TESTS:=.log)
490
490
491
491
CLEANFILES += $(CLEAN_BITCOIN_TEST)
492
492
You can’t perform that action at this time.
0 commit comments