summaryrefslogtreecommitdiff
path: root/src/mint
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-09-28 22:28:09 +0200
committerChristian Grothoff <christian@grothoff.org>2015-09-28 22:28:09 +0200
commit03fb570a9cd099a24720b38bd33dfbe96cfd6a3b (patch)
tree841166db9a64622946c43cd98d7fee1dc15940ba /src/mint
parent0b5fc996879d3d404192f7d532970abce68d2d1d (diff)
downloadexchange-03fb570a9cd099a24720b38bd33dfbe96cfd6a3b.tar.gz
exchange-03fb570a9cd099a24720b38bd33dfbe96cfd6a3b.tar.bz2
exchange-03fb570a9cd099a24720b38bd33dfbe96cfd6a3b.zip
have option to disable expensive tests
Diffstat (limited to 'src/mint')
-rw-r--r--src/mint/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mint/Makefile.am b/src/mint/Makefile.am
index 68e6429ea..1c7e1ca87 100644
--- a/src/mint/Makefile.am
+++ b/src/mint/Makefile.am
@@ -36,7 +36,11 @@ taler_mint_httpd_SOURCES += \
endif
check_SCRIPTS = \
- test_taler_mint_httpd.sh \
+ test_taler_mint_httpd.sh
+
+if HAVE_EXPENSIVE_TESTS
+check_SCRIPTS += \
test_taler_mint_httpd_afl.sh
+endif
TESTS = $(check_SCRIPTS)