From: Richard Levitte Date: Tue, 30 Aug 2016 04:02:50 +0000 (+0200) Subject: Make it possible to disable building and running tests X-Git-Tag: OpenSSL_1_1_1-pre1~3066 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=93880ce1338280aa048c4c65886fcd07c6147491;hp=b612799a80af398040efc2416e0d09dcb0da1cf5 Make it possible to disable building and running tests Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1514) --- 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", diff --git a/INSTALL b/INSTALL index 086304389c..2007148160 100644 --- a/INSTALL +++ b/INSTALL @@ -412,6 +412,9 @@ the OpenSSL tests also use the command line applications the tests will also be skipped. + no-tests + Don't build test programs or run any test. + no-threads Don't try to build with support for multi-threaded applications.