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:
parent
b612799a80
commit
93880ce133
2 changed files with 4 additions and 0 deletions
|
@ -401,6 +401,7 @@ my @disablables = (
|
|||
"ssl-trace",
|
||||
"static-engine",
|
||||
"stdio",
|
||||
"tests",
|
||||
"threads",
|
||||
"tls",
|
||||
"ts",
|
||||
|
|
3
INSTALL
3
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.
|
||||
|
|
Loading…
Reference in a new issue