projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6969a3f
)
If 'tests' is disabled, then so should 'external-tests'
author
Richard Levitte
<levitte@openssl.org>
Mon, 28 Aug 2017 13:41:49 +0000
(15:41 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 28 Aug 2017 14:48:47 +0000
(16:48 +0200)
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/4274)
Configure
patch
|
blob
|
history
diff --git
a/Configure
b/Configure
index 60dc1f4bf033a3c654538430c5ec81f736fbe202..57cdeb3dc40a8ff61818415ec7ce702bbd33b0c7 100755
(executable)
--- a/
Configure
+++ b/
Configure
@@
-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" ],