[openssl] master update

Dr. Paul Dale pauli at openssl.org
Thu Jun 20 07:17:36 UTC 2019


The branch master has been updated
       via  7a5f5fd32a58e6c70cc0ce05a7d7391e4968663e (commit)
      from  df9fd168ceb1f187365d24fef829d6d48b1077a9 (commit)


- Log -----------------------------------------------------------------
commit 7a5f5fd32a58e6c70cc0ce05a7d7391e4968663e
Author: Frederik Wedel-Heinen <frederikwh at gmail.com>
Date:   Thu Jun 13 14:13:42 2019 +0200

    Update test/README
    
    Changed a bad reference: test/Makefile -> test/build.info
    
    Add ../apps/include as include path to include opt.h used by test/testutil.h.
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Paul Dale <paul.dale at oracle.com>
    (Merged from https://github.com/openssl/openssl/pull/9154)

-----------------------------------------------------------------------

Summary of changes:
 test/README | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/test/README b/test/README
index ebe7784..9a09381 100644
--- a/test/README
+++ b/test/README
@@ -6,7 +6,8 @@ test/recipes/, named {nn}-test_{name}.t, where {nn} is a two digit number and
 {name} is a unique name of your choice.
 
 Please note that if a test involves a new testing executable, you will need to
-do some additions in test/Makefile.  More on this later.
+do some additions in test/build.info. Please refer to the section "Changes to 
+test/build.info" below.
 
 
 Naming conventions
@@ -100,7 +101,7 @@ to modify the include paths and source files if you don't want to use the
 basic test framework:
 
     SOURCE[{name}]={name}.c
-    INCLUDE[{name}]=.. ../include
+    INCLUDE[{name}]=.. ../include ../apps/include
     DEPEND[{name}]=../libcrypto libtestutil.a
 
 Generic form of C test executables


More information about the openssl-commits mailing list