summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-05 01:41:46 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-05 01:41:46 +0100
commite9dcd41042b5f442f16b4c3ed7c8fba641edbc09 (patch)
tree4eda40ee96afc97380668b6c633d977e8f58830d /src/testing
parent7283bdc7e95afc669ce4d2cd741b65efc985c13b (diff)
downloadmerchant-e9dcd41042b5f442f16b4c3ed7c8fba641edbc09.tar.gz
merchant-e9dcd41042b5f442f16b4c3ed7c8fba641edbc09.tar.bz2
merchant-e9dcd41042b5f442f16b4c3ed7c8fba641edbc09.zip
-change test order
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index e462be16..1bf2a4fc 100644
--- 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