From 18c7e6dda8937337d73f4e76b5a0e07aeb71568d Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sun, 14 Feb 2016 05:32:19 +0000 Subject: [PATCH] Tests depend on everything. Reviewed-by: Richard Levitte --- Configurations/unix-Makefile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \ -- 2.25.1