diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-17 15:08:08 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-17 15:08:08 +0200 |
commit | 54e03b5f0b19baefa899fdea76e5b06d57d1180b (patch) | |
tree | d7a9f103f9439603ed2d211cc9ce3e3af918dfc5 | |
parent | 75441f566182212881f4016034cfefdec87db864 (diff) |
-add script to test suite
-rw-r--r-- | src/testing/Makefile.am | 3 |
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 |