summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2016-02-14 05:32:19 +0000
committerBen Laurie <ben@links.org>2016-02-15 12:09:58 +0000
commit18c7e6dda8937337d73f4e76b5a0e07aeb71568d (patch)
tree648a636cc8b00750be3e63a07615177e3e358d2d
parentd9d8e7a9c150dea538ceffe4cac6140e46389986 (diff)
Tests depend on everything.
Reviewed-by: Richard Levitte <levitte@openssl.org>
-rw-r--r--Configurations/unix-Makefile.tmpl2
1 files changed, 1 insertions, 1 deletions
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) \