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:
Richard Levitte 2017-08-28 15:41:49 +02:00
parent 6969a3f49a
commit 302eba3f6d
1 changed files with 1 additions and 0 deletions

View File

@ -516,6 +516,7 @@ my @disable_cascades = (
"stdio" => [ "apps", "capieng" ],
"apps" => [ "tests" ],
"tests" => [ "external-tests" ],
"comp" => [ "zlib" ],
"ec" => [ "tls1_3" ],
sub { !$disabled{"unit-test"} } => [ "heartbeats" ],