aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-04-25 14:55:50 +0200
committerRichard Levitte <levitte@openssl.org>2017-04-25 18:59:50 +0200
commit4114f8f0b686958aeb678feea37e058d0c9f3d72 (patch)
tree25e38617249ec7e2bed98060a3cec5a58fe88d3a
parentb5c4209be9162d4ceafb9aef833ca94ffa1cc5c9 (diff)
downloadopenssl-4114f8f0b686958aeb678feea37e058d0c9f3d72.tar.gz
Add include path '..' for libtestutil
Since it uses some of the apps/ stuff and some of them include e_os.h... Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3307)
-rw-r--r--test/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/build.info b/test/build.info
index 83a83c4497..934cb46837 100644
--- a/test/build.info
+++ b/test/build.info
@@ -12,7 +12,7 @@ IF[{- !$disabled{tests} -}]
SOURCE[libtestutil.a]=testutil/basic_output.c testutil/driver.c \
testutil/tests.c testutil/test_main.c testutil/main.c \
{- rebase_files("../apps", $target{apps_aux_src}) -}
- INCLUDE[libtestutil.a]=../include
+ INCLUDE[libtestutil.a]=.. ../include
DEPEND[libtestutil.a]=../libcrypto
# Special hack for descrip.mms to include the MAIN object module