Revert "Make it possible to disable fuzz testing"
This reverts commit eb40eaed72
.
Reviewed-by: Emilia Käsper <emilia@openssl.org>
This commit is contained in:
parent
90aeaf6bce
commit
a5e1f1230e
2 changed files with 0 additions and 4 deletions
|
@ -342,7 +342,6 @@ my @disablables = (
|
|||
"filenames",
|
||||
"fuzz-libfuzzer",
|
||||
"fuzz-afl",
|
||||
"fuzz-test",
|
||||
"gost",
|
||||
"heartbeats",
|
||||
"hw(-.+)?",
|
||||
|
|
|
@ -15,9 +15,6 @@ use OpenSSL::Test::Utils;
|
|||
|
||||
setup("test_fuzz");
|
||||
|
||||
plan skip_all => "Fuzz testing is disabled by this OpenSSL build"
|
||||
if disabled("fuzz-test");
|
||||
|
||||
my @fuzzers = ('asn1', 'asn1parse', 'bignum', 'bndiv', 'conf', 'crl', 'server', 'x509');
|
||||
if (!disabled("cms")) {
|
||||
push @fuzzers, 'cms';
|
||||
|
|
Loading…
Reference in a new issue