aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-08-31 17:07:44 +0200
committerRichard Levitte <levitte@openssl.org>2016-08-31 17:43:51 +0200
commiteb40eaed727500bf4a15f848c99e37edd18e142e (patch)
tree91cd4f8777936de98fb65b38d5aec89a574df31b /Configure
parent68b4a6e91f5acd42489bb9d1c580acc5ae457cad (diff)
downloadopenssl-eb40eaed727500bf4a15f848c99e37edd18e142e.tar.gz
Make it possible to disable fuzz testing
These tests take a very long time on some platforms, and arent't always strictly necessary. This makes it possible to turn them off. The necessary binaries are still built, though, in case someone still wants to do a manual run. Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure b/Configure
index 133136077d..b95f31101a 100755
--- a/Configure
+++ b/Configure
@@ -342,6 +342,7 @@ my @disablables = (
"filenames",
"fuzz-libfuzzer",
"fuzz-afl",
+ "fuzz-test",
"gost",
"heartbeats",
"hw(-.+)?",