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)