提交 93880ce1 编写于 作者: R Richard Levitte

Make it possible to disable building and running tests

Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1514)
上级 b612799a
...@@ -401,6 +401,7 @@ my @disablables = ( ...@@ -401,6 +401,7 @@ my @disablables = (
"ssl-trace", "ssl-trace",
"static-engine", "static-engine",
"stdio", "stdio",
"tests",
"threads", "threads",
"tls", "tls",
"ts", "ts",
......
...@@ -412,6 +412,9 @@ ...@@ -412,6 +412,9 @@
the OpenSSL tests also use the command line applications the the OpenSSL tests also use the command line applications the
tests will also be skipped. tests will also be skipped.
no-tests
Don't build test programs or run any test.
no-threads no-threads
Don't try to build with support for multi-threaded Don't try to build with support for multi-threaded
applications. applications.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册