From 9ad9794273f3d069e45cf505fbeaada073a849ce Mon Sep 17 00:00:00 2001 From: Ben Kaduk Date: Fri, 9 Mar 2018 12:58:39 -0600 Subject: [PATCH] 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 (Merged from https://github.com/openssl/openssl/pull/5577) --- test/ossl_shim/build.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1