exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 88f80b8b4bd074395fccca0e59f7505314cfaa43
parent 3e6c43204488ac6a31be028f7fec583f113426f3
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 18 Mar 2019 15:29:41 +0100

Do not run unneeded test.

Diffstat:
Msrc/bank-lib/Makefile.am | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/bank-lib/Makefile.am b/src/bank-lib/Makefile.am @@ -93,8 +93,7 @@ check_PROGRAMS = \ test_bank_api \ test_bank_api_new \ test_bank_api_with_fakebank \ - test_bank_api_with_fakebank_new \ - taler-fakebank-run + test_bank_api_with_fakebank_new if HAVE_TWISTER check_PROGRAMS += \