[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Tue Nov 15 14:01:52 UTC 2016


The branch master has been updated
       via  93880ce1338280aa048c4c65886fcd07c6147491 (commit)
      from  b612799a80af398040efc2416e0d09dcb0da1cf5 (commit)


- Log -----------------------------------------------------------------
commit 93880ce1338280aa048c4c65886fcd07c6147491
Author: Richard Levitte <levitte at openssl.org>
Date:   Tue Aug 30 06:02:50 2016 +0200

    Make it possible to disable building and running tests
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/1514)

-----------------------------------------------------------------------

Summary of changes:
 Configure | 1 +
 INSTALL   | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/Configure b/Configure
index 307b1d8..70a59f5 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 0863043..2007148 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.


More information about the openssl-commits mailing list