commit 0c81825296456225ac3cbafdc85b42bc8c078762 parent bef69272f6e1058876e701ca3fa763ff9c4ec285 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 21 Sep 2015 15:40:40 +0200 run sh-based testcases Diffstat:
| M | src/mint/Makefile.am | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git 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)