The branch master has been updated
       via  2519b4e18101a7e987dad842084cd1da5da5c191 (commit)
      from  44748efc8503b5efe3d9d5aab5c754e4e0d9a442 (commit)


- Log -----------------------------------------------------------------
commit 2519b4e18101a7e987dad842084cd1da5da5c191
Author: Alessandro Ghedini <[email protected]>
Date:   Sat Sep 5 13:06:51 2015 +0200

    Use the shlib wrapper when running nptest
    
    Since there seems to be no way to avoid linking to libssl and libcrypto,
    just wrap the test. This unbreaks "shared" builds when using clang and/or
    OS X.
    
    Signed-off-by: Rich Salz <[email protected]>
    Reviewed-by: Ben Laurie <[email protected]>

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

Summary of changes:
 test/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/Makefile b/test/Makefile
index 0ee38bf..c85e8d8 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -173,7 +173,7 @@ alltests: \
 
 test_np: $(NPTEST)$(EXE_EXT)
        @echo $(START) $@
-       ./$(NPTEST)
+       ../util/shlib_wrap.sh ./$(NPTEST)
 
 test_evp: $(EVPTEST)$(EXE_EXT) evptests.txt
        @echo $(START) $@
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to