summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-17 15:08:08 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-17 15:08:08 +0200
commit54e03b5f0b19baefa899fdea76e5b06d57d1180b (patch)
treed7a9f103f9439603ed2d211cc9ce3e3af918dfc5
parent75441f566182212881f4016034cfefdec87db864 (diff)
downloadmerchant-54e03b5f0b19baefa899fdea76e5b06d57d1180b.tar.gz
merchant-54e03b5f0b19baefa899fdea76e5b06d57d1180b.tar.bz2
merchant-54e03b5f0b19baefa899fdea76e5b06d57d1180b.zip
-add script to test suite
-rw-r--r--src/testing/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index fbd74220..04ae7478 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -12,7 +12,8 @@ check_SCRIPTS = \
test_merchant_instance_response.sh \
test_merchant_product_creation.sh \
test_merchant_reserve_creation.sh \
- test_merchant_order_creation.sh
+ test_merchant_order_creation.sh \
+ test_merchant_instance_purge.sh
lib_LTLIBRARIES = \
libtalermerchanttesting.la