'make test' depends of having util/shlib-wrap.sh symlinked in build dir
Reviewed-by: Andy Polyakov <appro@openssl.org>
This commit is contained in:
parent
4d9e33acb2
commit
47a11172f1
1 changed files with 2 additions and 1 deletions
|
@ -215,7 +215,8 @@ build_apps_nodep: $(PROGRAMS) $(SCRIPTS)
|
||||||
build_tests: configdata.pm build_tests_nodep depend
|
build_tests: configdata.pm build_tests_nodep depend
|
||||||
build_tests_nodep: $(TESTPROGS)
|
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; \
|
( cd test; \
|
||||||
SRCTOP=../$(SRCDIR) \
|
SRCTOP=../$(SRCDIR) \
|
||||||
BLDTOP=../$(BLDDIR) \
|
BLDTOP=../$(BLDDIR) \
|
||||||
|
|
Loading…
Reference in a new issue