Add include path '..' for libtestutil
authorRichard Levitte <levitte@openssl.org>
Tue, 25 Apr 2017 12:55:50 +0000 (14:55 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 25 Apr 2017 16:59:50 +0000 (18:59 +0200)
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)

test/build.info

index 83a83c449793036ddd0d055ee4da8a56664bb956..934cb46837828c9629066593ee41c2594bdb6bee 100644 (file)
@@ -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