run sh-based testcases

This commit is contained in:
Christian Grothoff 2015-09-21 15:40:40 +02:00
parent bef69272f6
commit 0c81825296

View File

@ -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)