Auto merge of #948 - nathan-at-least:t946.fix-cov-zcash, r=nathan-at-least

Fix a test name bug so that ``make cov-zcash`` correctly runs the ``zcash-gtest`` binary. Fixes #946.
This commit is contained in:
zkbot 2016-05-23 21:44:20 +00:00
commit a09517f313
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ test_bitcoin_filtered.info: test_bitcoin.info
zcash-gtest.info: baseline_filtered_combined.info
$(MAKE) -C src/ zcash-gtest_check
$(LCOV) -c -d $(abs_builddir)/src -t test_bitcoin -o $@
$(LCOV) -c -d $(abs_builddir)/src -t zcash-gtest -o $@
$(LCOV) -z -d $(abs_builddir)/src
$(LCOV) -z -d $(abs_builddir)/src/leveldb