From: Petr Baudis Date: Sat, 14 May 2005 15:45:33 +0000 (+0200) Subject: Implemented make test X-Git-Tag: v0.99~580 X-Git-Url: https://git.octo.it/?p=git.git;a=commitdiff_plain;h=dfe070511c652f2b8e1bf6540f238c9ca9ba41d3 Implemented make test make test in project root will recurse to the t/ subdirectory and run make all there. --- diff --git a/Makefile b/Makefile index 6afcb3e8..92b7cdf7 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)