From 0c81825296456225ac3cbafdc85b42bc8c078762 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 21 Sep 2015 15:40:40 +0200 Subject: [PATCH] run sh-based testcases --- src/mint/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) 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)