aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-08-30 06:02:50 +0200
committerRichard Levitte <levitte@openssl.org>2016-11-15 15:00:56 +0100
commit93880ce1338280aa048c4c65886fcd07c6147491 (patch)
treefa69136128e98bfa741f7ea5e62792271bd9da84 /Configure
parentb612799a80af398040efc2416e0d09dcb0da1cf5 (diff)
downloadopenssl-93880ce1338280aa048c4c65886fcd07c6147491.tar.gz
Make it possible to disable building and running tests
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1514)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure b/Configure
index 307b1d8ac4..70a59f51d9 100755
--- a/Configure
+++ b/Configure
@@ -401,6 +401,7 @@ my @disablables = (
"ssl-trace",
"static-engine",
"stdio",
+ "tests",
"threads",
"tls",
"ts",