From dfe070511c652f2b8e1bf6540f238c9ca9ba41d3 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sat, 14 May 2005 17:45:33 +0200 Subject: [PATCH] Implemented make test make test in project root will recurse to the t/ subdirectory and run make all there. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 6afcb3e867..92b7cdf766 100644 --- a/Makefile +++ b/Makefile @@ -120,6 +120,9 @@ diff.o: $(LIB_H) strbuf.o: $(LIB_H) gitenv.o: $(LIB_H) +test: + make -C t/ all + clean: rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE) -- 2.11.4.GIT