summaryrefslogtreecommitdiffstats
path: root/test/ossl_shim/build.info
diff options
context:
space:
mode:
authorBen Kaduk <kaduk@mit.edu>2018-03-09 12:58:39 -0600
committerBen Kaduk <kaduk@mit.edu>2018-03-09 17:23:00 -0600
commit9ad9794273f3d069e45cf505fbeaada073a849ce (patch)
tree6d4860f72fa91b1c062f56a5440fb78a109e1d39 /test/ossl_shim/build.info
parentd1142857e4453e3e5d8e0f122a31ded1754c4379 (diff)
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)
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 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