merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit e9dcd41042b5f442f16b4c3ed7c8fba641edbc09
parent 7283bdc7e95afc669ce4d2cd741b65efc985c13b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  5 Feb 2024 01:41:46 +0100

-change test order

Diffstat:
Msrc/testing/Makefile.am | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am @@ -8,7 +8,6 @@ endif check_SCRIPTS = \ - test-merchant-walletharness.sh \ test_merchant_instance_auth.sh \ test_merchant_instance_creation.sh \ test_merchant_instance_response.sh \ @@ -18,7 +17,8 @@ check_SCRIPTS = \ test_merchant_transfer_tracking.sh \ test_merchant_kyc.sh \ test_merchant_order_autocleanup.sh \ - test_merchant_wirewatch.sh + test_merchant_wirewatch.sh \ + test-merchant-walletharness.sh lib_LTLIBRARIES = \ libtalermerchanttesting.la