Exclude test binaries from make install

Closes #1943.
This commit is contained in:
Jack Grigg 2017-01-03 11:23:21 +01:00
parent 57a0725ae1
commit 8e0fc39097
No known key found for this signature in database
GPG Key ID: 6A6914DAFBEA00DA
4 changed files with 4 additions and 3 deletions

View File

@ -59,6 +59,7 @@ LIBZCASH_CONSENSUS=
endif
bin_PROGRAMS =
noinst_PROGRAMS =
TESTS =
if BUILD_BITCOIND

View File

@ -1,5 +1,5 @@
TESTS += zcash-gtest
bin_PROGRAMS += zcash-gtest
noinst_PROGRAMS += zcash-gtest
# tool for generating our public parameters.
# test_checktransaction.cpp MUST be before

View File

@ -1,5 +1,5 @@
TESTS += test/test_bitcoin
bin_PROGRAMS += test/test_bitcoin
noinst_PROGRAMS += test/test_bitcoin
TEST_SRCDIR = test
TEST_BINARY=test/test_bitcoin$(EXEEXT)

View File

@ -1,4 +1,4 @@
bin_PROGRAMS += \
noinst_PROGRAMS += \
zcash/GenerateParams \
zcash/CreateJoinSplit