Tests depend on everything.

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Ben Laurie
2016-02-14 05:32:19 +00:00
parent d9d8e7a9c1
commit 18c7e6dda8

View File

@@ -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) \