提交 2519b4e1 编写于 作者: A Alessandro Ghedini 提交者: Rich Salz

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: NRich Salz <rsalz@openssl.org>
Reviewed-by: NBen Laurie <ben@openssl.org>
上级 44748efc
......@@ -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) $@
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册