aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-10-12 16:21:13 +0100
committerMatt Caswell <matt@openssl.org>2016-11-04 10:38:54 +0000
commitce2596d404c16266b6bd5614b2d5159b67054d58 (patch)
treeb44dc2e358716b38266801abc280a986e0a447de /INSTALL
parentcfa76979867a2401d435cafe66e05c4234785480 (diff)
downloadopenssl-ce2596d404c16266b6bd5614b2d5159b67054d58.tar.gz
Control building of ossl_shim through Configure
Don't build ossl_shim by default. Switch it on through enable-external-tests. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index a3932258c0..e31431bfbe 100644
--- a/INSTALL
+++ b/INSTALL
@@ -310,6 +310,12 @@
no-err
Don't compile in any error strings.
+ enable-external-tests
+ Enable building of integration with external test suites.
+ This is a developer option and may not work on all platforms.
+ The only supported external test suite at the current time is
+ the BoringSSL test suite.
+
no-filenames
Don't compile in filename and line number information (e.g.
for errors and memory allocation).