Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Baudis <pasky@ucw.cz>2005-05-14 19:45:33 +0400
committerPetr Baudis <xpasky@machine.sinus.cz>2005-05-14 19:45:33 +0400
commitdfe070511c652f2b8e1bf6540f238c9ca9ba41d3 (patch)
treeba598194272c4ab4d8bd11ad6fcba408b7dc9ecc
parentceede59ea90cebad52ba9c8263fef3fb6ef17593 (diff)
Implemented make test
make test in project root will recurse to the t/ subdirectory and run make all there.
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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)