Commit 18c7e6dd authored by Ben Laurie's avatar Ben Laurie
Browse files

Tests depend on everything.

parent d9d8e7a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) \