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)
This commit is contained in:
Richard Levitte 2016-08-30 06:02:50 +02:00
parent b612799a80
commit 93880ce133
2 changed files with 4 additions and 0 deletions

View File

@ -401,6 +401,7 @@ my @disablables = (
"ssl-trace",
"static-engine",
"stdio",
"tests",
"threads",
"tls",
"ts",

View File

@ -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.