From dd30807707568996e95cac9782403f65d78f64bb Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Wed, 1 Jun 2016 14:29:07 +0200 Subject: inserting "make check" withing update_{merchant,exchange}.sh --- taler-build/update_exchange.sh | 1 + taler-build/update_merchant.sh | 1 + 2 files changed, 2 insertions(+) (limited to 'taler-build') diff --git a/taler-build/update_exchange.sh b/taler-build/update_exchange.sh index aa8d617..17e9354 100755 --- a/taler-build/update_exchange.sh +++ b/taler-build/update_exchange.sh @@ -17,4 +17,5 @@ git reset --hard FETCH_HEAD --prefix=$HOME/local --with-gnunet=$HOME/local \ --enable-logging=verbose make +make check make install diff --git a/taler-build/update_merchant.sh b/taler-build/update_merchant.sh index 99d8d8c..d6025eb 100755 --- a/taler-build/update_merchant.sh +++ b/taler-build/update_merchant.sh @@ -19,4 +19,5 @@ git submodule update --init --with-microhttpd=$HOME/local \ --enable-logging=verbose make +make check make install -- cgit v1.2.3