summaryrefslogtreecommitdiffstats
path: root/test/ossl_shim/build.info
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 /test/ossl_shim/build.info
parentcfa76979867a2401d435cafe66e05c4234785480 (diff)
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 'test/ossl_shim/build.info')
-rw-r--r--test/ossl_shim/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ossl_shim/build.info b/test/ossl_shim/build.info
index b669d61d32..aa5f0624f8 100644
--- a/test/ossl_shim/build.info
+++ b/test/ossl_shim/build.info
@@ -1,4 +1,4 @@
-IF[{- defined $target{cxx} -}]
+IF[{- defined $target{cxx} && !$disabled{"external-tests"}-}]
PROGRAMS_NO_INST=ossl_shim
SOURCE[ossl_shim]=ossl_shim.cc async_bio.cc packeted_bio.cc test_config.cc
INCLUDE[ossl_shim]=. include ../../include