aboutsummaryrefslogtreecommitdiff
path: root/depends/Makefile
diff options
context:
space:
mode:
authorRussell Yanofsky <russ@yanofsky.org>2017-06-02 09:27:47 -0400
committerRussell Yanofsky <russ@yanofsky.org>2017-06-05 11:47:25 -0400
commit4f92b5fb301fac86453aeeaabfbd064c29674cd8 (patch)
tree89c273518183faa32f5d5246ceb281fb942063a1 /depends/Makefile
parentbea5b00cfe95cd37832305c0f93c339a22a7d79d (diff)
downloadbitcoin-4f92b5fb301fac86453aeeaabfbd064c29674cd8.tar.xz
Run Qt wallet tests on travis
Currently these test failures are not caught by travis leading to bugs like: https://github.com/bitcoin/bitcoin/pull/10506
Diffstat (limited to 'depends/Makefile')
-rw-r--r--depends/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/depends/Makefile b/depends/Makefile
index dedb0674cf..0ddd348e53 100644
--- a/depends/Makefile
+++ b/depends/Makefile
@@ -134,6 +134,7 @@ $(host_prefix)/share/config.site : config.site.in $(host_prefix)/.stamp_$(final_
-e 's|@CXXFLAGS@|$(strip $(host_CXXFLAGS) $(host_$(release_type)_CXXFLAGS))|' \
-e 's|@CPPFLAGS@|$(strip $(host_CPPFLAGS) $(host_$(release_type)_CPPFLAGS))|' \
-e 's|@LDFLAGS@|$(strip $(host_LDFLAGS) $(host_$(release_type)_LDFLAGS))|' \
+ -e 's|@allow_host_packages@|$(ALLOW_HOST_PACKAGES)|' \
-e 's|@no_qt@|$(NO_QT)|' \
-e 's|@no_wallet@|$(NO_WALLET)|' \
-e 's|@no_upnp@|$(NO_UPNP)|' \