aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2014-10-30 22:58:13 -0400
committerCory Fields <cory-nospam-@coryfields.com>2014-10-31 00:05:55 -0400
commit7667850dbfac0ced6eb2711d922c263b65ffaeee (patch)
tree9dcf60c45bfc3963dcddd5a2829e1514dd3aaaa0 /Makefile.am
parentfa7f8cdc1ac92047cd876d750851cf4230fc8295 (diff)
downloadbitcoin-7667850dbfac0ced6eb2711d922c263b65ffaeee.tar.xz
tests: replace the old (unused since Travis) tests with new rpc test scripts
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c6a045150e..6bc0044313 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -172,7 +172,7 @@ check-local:
@qa/pull-tester/run-bitcoind-for-test.sh $(JAVA) -jar $(JAVA_COMPARISON_TOOL) qa/tmp/compTool $(COMPARISON_TOOL_REORG_TESTS) 2>&1
endif
-EXTRA_DIST = $(top_srcdir)/share/genbuild.sh qa/rpc-tests $(DIST_DOCS) $(WINDOWS_PACKAGING) $(OSX_PACKAGING)
+EXTRA_DIST = $(top_srcdir)/share/genbuild.sh qa/pull-tester/rpc-tests.sh qa/pull-tester/run-bitcoin-cli qa/rpc-tests $(DIST_DOCS) $(WINDOWS_PACKAGING) $(OSX_PACKAGING)
CLEANFILES = $(OSX_DMG) $(BITCOIN_WIN_INSTALLER)