Fix a test name bug so that ``make cov-zcash`` correctly runs the ``zcash-gtest`` binary. Fixes #946.

This commit is contained in:
Nathan Wilcox 2016-05-19 10:52:28 -07:00
parent a6770caa45
commit 7fde87cd4e
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