From 93880ce1338280aa048c4c65886fcd07c6147491 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 30 Aug 2016 06:02:50 +0200 Subject: [PATCH] Make it possible to disable building and running tests Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/1514) --- Configure | 1 + INSTALL | 3 +++ 2 files changed, 4 insertions(+) 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.