commit 52d1fcf448987ab4ee13ae7cc2f8e60ee611f760 parent 5a3926cc8903d16af5f5a6d46e8d3d5ea47e8a1c Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 12 Jun 2022 22:46:24 +0200 -re-enable tests Diffstat:
| M | src/testing/Makefile.am | | | 9 | ++++----- |
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am @@ -11,11 +11,10 @@ check_SCRIPTS = \ test-merchant-walletharness.sh \ test_merchant_instance_response.sh \ test_merchant_instance_purge.sh \ - test_merchant_reserve_creation.sh - -# test_merchant_product_creation.sh \ -# test_merchant_order_creation.sh \ -# test_merchant_transfer_tracking.sh + test_merchant_reserve_creation.sh \ + test_merchant_product_creation.sh \ + test_merchant_order_creation.sh \ + test_merchant_transfer_tracking.sh lib_LTLIBRARIES = \ libtalermerchanttesting.la