diff options
author | ptschip <peter.tschipper@gmail.com> | 2015-08-26 06:02:21 -0700 |
---|---|---|
committer | ptschip <peter.tschipper@gmail.com> | 2015-08-26 10:59:22 -0700 |
commit | 060058e9557f4d3094b6a8d2fa079539c5658d95 (patch) | |
tree | 712cf6d8711eeff8540d54ae15a623bff1b84957 /Makefile.am | |
parent | ea19c2bc3f2281ad319457c6fa518bff96af13e3 (diff) |
Enable python tests for Native Windows
1) Multiplatorm support for devnull
2) Fixed a bug in the handling of cache files
3) Deleted run-bitcoin-cli as no longer needed
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ab68d8fa6d..dfde0d43ec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -204,7 +204,7 @@ endif dist_noinst_SCRIPTS = autogen.sh -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) +EXTRA_DIST = $(top_srcdir)/share/genbuild.sh qa/pull-tester/rpc-tests.sh qa/rpc-tests $(DIST_DOCS) $(WINDOWS_PACKAGING) $(OSX_PACKAGING) CLEANFILES = $(OSX_DMG) $(BITCOIN_WIN_INSTALLER) |