From de0dc006a524f335bc99f354bb8bc91258aad32d Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Fri, 1 Sep 2017 09:22:49 -0500 Subject: Fixup include path in ossl_shim test after e_os.h work The include search path was not picking up files in the root of the tree. [extended tests] Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/4316) --- test/ossl_shim/build.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ossl_shim') diff --git a/test/ossl_shim/build.info b/test/ossl_shim/build.info index aa5f062..8cb3542 100644 --- a/test/ossl_shim/build.info +++ b/test/ossl_shim/build.info @@ -1,6 +1,6 @@ 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 + INCLUDE[ossl_shim]=. include ../../include ../.. DEPEND[ossl_shim]=../../libssl ../../libcrypto ENDIF -- cgit v1.1