]> Git Repo - VerusCoin.git/blame - src/Makefile.gtest.include
Add coverage support scoped to only the zcash-gtest run; invoke with make zcash-cov...
[VerusCoin.git] / src / Makefile.gtest.include
CommitLineData
3ab0c1a7
NW
1bin_PROGRAMS += zcash-gtest
2
3# tool for generating our public parameters
4zcash_gtest_SOURCES = \
5 gtest/main.cpp \
6 gtest/test_tautology.cpp
7
8zcash_gtest_LDADD = \
9 -lgtest \
10 $(LIBBITCOIN_UTIL)
11
12zcash-gtest_check: zcash-gtest FORCE
13 ./zcash-gtest
This page took 0.022545 seconds and 4 git commands to generate.