From 47a11172f1dfa8e2c9448753acd78a1cbba0e32d Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 29 Mar 2016 18:55:05 +0200 Subject: [PATCH] 'make test' depends of having util/shlib-wrap.sh symlinked in build dir Reviewed-by: Andy Polyakov --- 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 966565bd6e..67b13fa2db 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) \ -- 2.34.1