mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-15 10:59:39 +00:00
Revert "Make it possible to disable fuzz testing"
This reverts commit eb40eaed727500bf4a15f848c99e37edd18e142e. Reviewed-by: Emilia Käsper <emilia@openssl.org>
This commit is contained in:
parent
90aeaf6bce
commit
a5e1f1230e
@ -342,7 +342,6 @@ my @disablables = (
|
|||||||
"filenames",
|
"filenames",
|
||||||
"fuzz-libfuzzer",
|
"fuzz-libfuzzer",
|
||||||
"fuzz-afl",
|
"fuzz-afl",
|
||||||
"fuzz-test",
|
|
||||||
"gost",
|
"gost",
|
||||||
"heartbeats",
|
"heartbeats",
|
||||||
"hw(-.+)?",
|
"hw(-.+)?",
|
||||||
|
@ -15,9 +15,6 @@ use OpenSSL::Test::Utils;
|
|||||||
|
|
||||||
setup("test_fuzz");
|
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');
|
my @fuzzers = ('asn1', 'asn1parse', 'bignum', 'bndiv', 'conf', 'crl', 'server', 'x509');
|
||||||
if (!disabled("cms")) {
|
if (!disabled("cms")) {
|
||||||
push @fuzzers, 'cms';
|
push @fuzzers, 'cms';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user