summaryrefslogtreecommitdiff
path: root/src/mint
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-09-21 15:40:40 +0200
committerChristian Grothoff <christian@grothoff.org>2015-09-21 15:40:40 +0200
commit0c81825296456225ac3cbafdc85b42bc8c078762 (patch)
tree134ef3242037e7d2b79336fbffbd68a36fbf0309 /src/mint
parentbef69272f6e1058876e701ca3fa763ff9c4ec285 (diff)
downloadexchange-0c81825296456225ac3cbafdc85b42bc8c078762.tar.gz
exchange-0c81825296456225ac3cbafdc85b42bc8c078762.tar.bz2
exchange-0c81825296456225ac3cbafdc85b42bc8c078762.zip
run sh-based testcases
Diffstat (limited to 'src/mint')
-rw-r--r--src/mint/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mint/Makefile.am b/src/mint/Makefile.am
index e5d0c656c..68e6429ea 100644
--- a/src/mint/Makefile.am
+++ b/src/mint/Makefile.am
@@ -34,3 +34,9 @@ if HAVE_DEVELOPER
taler_mint_httpd_SOURCES += \
taler-mint-httpd_test.c taler-mint-httpd_test.h
endif
+
+check_SCRIPTS = \
+ test_taler_mint_httpd.sh \
+ test_taler_mint_httpd_afl.sh
+
+TESTS = $(check_SCRIPTS)