diff options
author | dexX7 <dexx@bitwatch.co> | 2015-05-28 02:47:53 +0200 |
---|---|---|
committer | dexX7 <dexx@bitwatch.co> | 2015-10-23 22:09:14 +0200 |
commit | d425877557037b063c5cadcc49ef0582706cff77 (patch) | |
tree | 66a92d7cf3a7d538409e7d28670ab98ed8f64553 /Makefile.am | |
parent | 4d2a926cb40995e483846cc125e42bdbcc1f5918 (diff) |
Remove coverage and test related files, when cleaning up
Until now there were quite a few leftovers, and only the coverage
related files in `src/` were cleaned, while the ones in the other dirs
remained. `qa/tmp/` is related to the BitcoinJ tests, and `cache/` is
related to RPC tests.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8a7140398f..93a768b1c1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -211,4 +211,4 @@ CLEANFILES = $(OSX_DMG) $(BITCOIN_WIN_INSTALLER) .INTERMEDIATE: $(COVERAGE_INFO) clean-local: - rm -rf test_bitcoin.coverage/ total.coverage/ $(OSX_APP) + rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ qa/tmp/ cache/ $(OSX_APP) |