|
|
@ -189,7 +189,15 @@ $(BITCOIN_WALLET_BIN): FORCE
|
|
|
|
$(MAKE) -C src $(@F)
|
|
|
|
$(MAKE) -C src $(@F)
|
|
|
|
|
|
|
|
|
|
|
|
if USE_LCOV
|
|
|
|
if USE_LCOV
|
|
|
|
LCOV_FILTER_PATTERN=-p "/usr/include/" -p "/usr/lib/" -p "src/leveldb/" -p "src/bench/" -p "src/univalue" -p "src/crypto/ctaes" -p "src/secp256k1"
|
|
|
|
LCOV_FILTER_PATTERN = \
|
|
|
|
|
|
|
|
-p "/usr/include/" \
|
|
|
|
|
|
|
|
-p "/usr/lib/" \
|
|
|
|
|
|
|
|
-p "src/leveldb/" \
|
|
|
|
|
|
|
|
-p "src/bench/" \
|
|
|
|
|
|
|
|
-p "src/univalue" \
|
|
|
|
|
|
|
|
-p "src/crypto/ctaes" \
|
|
|
|
|
|
|
|
-p "src/secp256k1" \
|
|
|
|
|
|
|
|
-p "depends"
|
|
|
|
|
|
|
|
|
|
|
|
baseline.info:
|
|
|
|
baseline.info:
|
|
|
|
$(LCOV) -c -i -d $(abs_builddir)/src -o $@
|
|
|
|
$(LCOV) -c -i -d $(abs_builddir)/src -o $@
|
|
|
@ -321,4 +329,3 @@ clean-local: clean-docs
|
|
|
|
rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ test/tmp/ cache/ $(OSX_APP)
|
|
|
|
rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ test/tmp/ cache/ $(OSX_APP)
|
|
|
|
rm -rf test/functional/__pycache__ test/functional/test_framework/__pycache__ test/cache share/rpcauth/__pycache__
|
|
|
|
rm -rf test/functional/__pycache__ test/functional/test_framework/__pycache__ test/cache share/rpcauth/__pycache__
|
|
|
|
rm -rf osx_volname dist/ dpi36.background.tiff dpi72.background.tiff
|
|
|
|
rm -rf osx_volname dist/ dpi36.background.tiff dpi72.background.tiff
|
|
|
|
|
|
|
|
|
|
|
|