summaryrefslogtreecommitdiffstats
path: root/test/ossl_shim/build.info
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2017-09-04 06:38:16 +1000
committerPauli <paul.dale@oracle.com>2017-09-04 06:38:16 +1000
commit21c7942140ff6e57cfcbf1afc9da8d8a8817ed2f (patch)
tree37f6e50e3e7a1058082c1ada51dc70f8de2fd320 /test/ossl_shim/build.info
parent79120f46a2d79432e14b879e8c0f04a210c37970 (diff)
Fix an include location problem in the extrended tests.
[extended tests] Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4327)
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 8cb3542968..aa5f0624f8 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