mirror of
https://github.com/openssl/openssl.git
synced 2025-02-05 14:10:53 +08:00
If 'tests' is disabled, then so should 'external-tests'
Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/4274)
This commit is contained in:
parent
6969a3f49a
commit
302eba3f6d
@ -516,6 +516,7 @@ my @disable_cascades = (
|
|||||||
|
|
||||||
"stdio" => [ "apps", "capieng" ],
|
"stdio" => [ "apps", "capieng" ],
|
||||||
"apps" => [ "tests" ],
|
"apps" => [ "tests" ],
|
||||||
|
"tests" => [ "external-tests" ],
|
||||||
"comp" => [ "zlib" ],
|
"comp" => [ "zlib" ],
|
||||||
"ec" => [ "tls1_3" ],
|
"ec" => [ "tls1_3" ],
|
||||||
sub { !$disabled{"unit-test"} } => [ "heartbeats" ],
|
sub { !$disabled{"unit-test"} } => [ "heartbeats" ],
|
||||||
|
Loading…
Reference in New Issue
Block a user