From: Ben Kaduk <kaduk@mit.edu> Date: Fri, 9 Mar 2018 18:58:39 +0000 (-0600) Subject: Attempt to fix boringssl tests X-Git-Tag: OpenSSL_1_1_1-pre3~133 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9ad9794273f3d069e45cf505fbeaada073a849ce;p=oweals%2Fopenssl.git Attempt to fix boringssl tests Commit abe256e7951e6d57f8f6b4364ea696eb4ead3852 changed the config target element from 'cxx' to 'CXX'; catch up accordingly. Also use a space to offset the template boundary, per convention. [extended tests] Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5577) --- diff --git a/test/ossl_shim/build.info b/test/ossl_shim/build.info index aa5f0624f8..12250600b9 100644 --- a/test/ossl_shim/build.info +++ b/test/ossl_shim/build.info @@ -1,4 +1,4 @@ -IF[{- defined $target{cxx} && !$disabled{"external-tests"}-}] +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