projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceede59
)
Implemented make test
author
Petr Baudis
<pasky@ucw.cz>
Sat, 14 May 2005 15:45:33 +0000
(17:45 +0200)
committer
Petr 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
patch
|
blob
|
history
diff --git
a/Makefile
b/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)