'make test' depends of having util/shlib-wrap.sh symlinked in build dir
authorRichard Levitte <levitte@openssl.org>
Tue, 29 Mar 2016 16:55:05 +0000 (18:55 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 30 Mar 2016 02:33:48 +0000 (04:33 +0200)
Reviewed-by: Andy Polyakov <appro@openssl.org>
Configurations/unix-Makefile.tmpl

index 966565bd6e6ec8ba820f9ae03473f6dccd1c7c84..67b13fa2dbaaef83bf751ea28a36b3125963d22c 100644 (file)
@@ -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) \