提交 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 = (
"ssl-trace",
"static-engine",
"stdio",
"tests",
"threads",
"tls",
"ts",
......
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册