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 <rsalz@openssl.org>
Reviewed-by: Ben Laurie <ben@openssl.org>
This commit is contained in:
Alessandro Ghedini 2015-09-05 13:06:51 +02:00 committed by Rich Salz
parent 44748efc85
commit 2519b4e181

View File

@ -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) $@