summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)