Tests depend on everything.
authorBen Laurie <ben@links.org>
Sun, 14 Feb 2016 05:32:19 +0000 (05:32 +0000)
committerBen Laurie <ben@links.org>
Mon, 15 Feb 2016 12:09:58 +0000 (12:09 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Configurations/unix-Makefile.tmpl

index f816b54a7a856b79fde3790f93cd7c274883eaa9..a663589d8db319f3ab1fd9042afa547bec8df9e3 100644 (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) \