From: Ben Laurie Date: Sun, 14 Feb 2016 05:32:19 +0000 (+0000) Subject: Tests depend on everything. X-Git-Tag: OpenSSL_1_1_0-pre3~5 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=18c7e6dda8937337d73f4e76b5a0e07aeb71568d Tests depend on everything. Reviewed-by: Richard Levitte --- diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index f816b54a7a..a663589d8d 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -151,7 +151,7 @@ build_engines: $(ENGINES) build_apps: $(PROGRAMS) $(SCRIPTS) build_tests: $(TESTPROGS) -test tests: build_tests rehash +test tests: build_tests build_apps build_engines build_libs rehash ( cd test; \ SRCTOP=../$(SRCDIR) \ BLDTOP=../$(BLDDIR) \