From 14cd1ff396b3414c3c13e67c74e1ad805cd455ef Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 15 May 2005 14:21:13 -0700 Subject: [PATCH 4/4] Trivial test harness fixes. The documentation of the test harness still refer to old numbering and also contains an obvious typo. Also "make test" should be run after making sure we have built all binaries, since test is designed to test the newly built ones. Signed-off-by: Junio C Hamano Signed-off-by: Petr Baudis --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 23129c442..8f2497cd9 100644 --- a/Makefile +++ b/Makefile @@ -120,7 +120,7 @@ diff.o: $(LIB_H) strbuf.o: $(LIB_H) gitenv.o: $(LIB_H) -test: +test: all make -C t/ all clean: -- cgit v1.2.1