diff options
author | Fabian Jahr <fjahr@protonmail.com> | 2019-10-03 20:53:21 +0200 |
---|---|---|
committer | Fabian Jahr <fjahr@protonmail.com> | 2019-10-13 13:09:35 +0200 |
commit | 89339d14607434b33cfa343dc75877b62b1dfe0e (patch) | |
tree | 50a2cea020329590fded6a26730c1de2874dc5d9 /Makefile.am | |
parent | a689c119076c7b8dc5b4dea4539e4cbf5adfb72f (diff) |
tests: Add test for loadblock option
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8b1e2a6b5b..b417ac004d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,7 +45,10 @@ DIST_CONTRIB = $(top_srcdir)/contrib/bitcoin-cli.bash-completion \ $(top_srcdir)/contrib/bitcoind.bash-completion \ $(top_srcdir)/contrib/debian/copyright \ $(top_srcdir)/contrib/init \ - $(top_srcdir)/contrib/install_db4.sh + $(top_srcdir)/contrib/install_db4.sh \ + $(top_srcdir)/contrib/linearize/linearize-data.py \ + $(top_srcdir)/contrib/linearize/linearize-hashes.py + DIST_SHARE = \ $(top_srcdir)/share/genbuild.sh \ $(top_srcdir)/share/rpcauth |