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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93880ce1338280aa048c4c65886fcd07c6147491;p=thirdparty%2Fopenssl.git 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 307b1d8ac47..70a59f51d95 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 086304389c9..20071481608 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.