Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Implemented make test
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 6afcb3e867a6857f9128dba877e433c12366c1f4..92b7cdf7665d0654b25c65b7ebd17ab0e51fcad1 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)