aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testing/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index e12fac6e..4f55fd88 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -10,11 +10,12 @@ endif
check_SCRIPTS = \
test-merchant-walletharness.sh \
test_merchant_instance_response.sh \
- test_merchant_product_creation.sh \
- test_merchant_reserve_creation.sh \
- test_merchant_order_creation.sh \
test_merchant_instance_purge.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