The branch master has been updated
       via  47a11172f1dfa8e2c9448753acd78a1cbba0e32d (commit)
      from  4d9e33acb23472566ba0ae15d63c5562a0abf7a2 (commit)


- Log -----------------------------------------------------------------
commit 47a11172f1dfa8e2c9448753acd78a1cbba0e32d
Author: Richard Levitte <[email protected]>
Date:   Tue Mar 29 18:55:05 2016 +0200

    'make test' depends of having util/shlib-wrap.sh symlinked in build dir
    
    Reviewed-by: Andy Polyakov <[email protected]>

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

Summary of changes:
 Configurations/unix-Makefile.tmpl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Configurations/unix-Makefile.tmpl 
b/Configurations/unix-Makefile.tmpl
index 966565b..67b13fa 100644
--- a/Configurations/unix-Makefile.tmpl
+++ b/Configurations/unix-Makefile.tmpl
@@ -215,7 +215,8 @@ build_apps_nodep: $(PROGRAMS) $(SCRIPTS)
 build_tests: configdata.pm build_tests_nodep depend
 build_tests_nodep: $(TESTPROGS)
 
-test tests: build_tests_nodep build_apps_nodep build_engines_nodep depend
+test tests: build_tests_nodep build_apps_nodep build_engines_nodep \
+            depend link-utils
        ( cd test; \
          SRCTOP=../$(SRCDIR) \
          BLDTOP=../$(BLDDIR) \
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to