diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-09-21 15:40:40 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-09-21 15:40:40 +0200 |
commit | 0c81825296456225ac3cbafdc85b42bc8c078762 (patch) | |
tree | 134ef3242037e7d2b79336fbffbd68a36fbf0309 /src | |
parent | bef69272f6e1058876e701ca3fa763ff9c4ec285 (diff) |
run sh-based testcases
Diffstat (limited to 'src')
-rw-r--r-- | src/mint/Makefile.am | 6 |
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) |