diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-12-19 14:56:18 +0100 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-12-19 14:56:18 +0100 |
commit | 2cae4e38c4e6a3b0eff6787da5ae5e0e307563cc (patch) | |
tree | 0ffc7a1dae2889e25a7059d4718df49e4ca5fc3e /taler-build/Makefile | |
parent | 0e03cc076050cf4bbe25f5e516c6989fb89097ee (diff) | |
download | deployment-2cae4e38c4e6a3b0eff6787da5ae5e0e307563cc.tar.gz deployment-2cae4e38c4e6a3b0eff6787da5ae5e0e307563cc.tar.bz2 deployment-2cae4e38c4e6a3b0eff6787da5ae5e0e307563cc.zip |
- Starting the DB via ARM before compilation.
- Passing --coverage flag to compiling script when needed.
Diffstat (limited to 'taler-build/Makefile')
-rw-r--r-- | taler-build/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/taler-build/Makefile b/taler-build/Makefile index 1c182ae..0179d7d 100644 --- a/taler-build/Makefile +++ b/taler-build/Makefile @@ -38,4 +38,5 @@ merchant-frontends-stamp: deployment-stamp lcov: gnunet-stamp deployment-stamp export PATH=${HOME}/local/bin:${PATH} - ./coverage.sh + ./update_merchant.sh --coverage + ./update_exchange.sh --coverage |