Implemented make test
authorPetr Baudis <pasky@ucw.cz>
Sat, 14 May 2005 15:45:33 +0000 (17:45 +0200)
committerPetr Baudis <xpasky@machine.sinus.cz>
Sat, 14 May 2005 15:45:33 +0000 (17:45 +0200)
make test in project root will recurse to the t/ subdirectory and run
make all there.

Makefile

index 6afcb3e..92b7cdf 100644 (file)
--- 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)