Skip to content

Commit

Permalink
Fix a test name bug so that make cov-zcash correctly runs the ``z…
Browse files Browse the repository at this point in the history
…cash-gtest`` binary. Fixes zcash#946.
  • Loading branch information
nejucomo committed May 19, 2016
1 parent a6770ca commit 7fde87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7fde87c

Please sign in to comment.