repo.or.cz
/
girocco-darcs-fast-export.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix timezones in darcs-fast-export, take 2
[girocco-darcs-fast-export.git]
/
t
/
Makefile
blob
de8a7ab086915d2bf5402d92f76ff5950f12a828
1
T
= $(
wildcard test
*
.sh
)
2
3
all
: $(
T
)
4
@echo
"passed $$(echo $(T)|wc -w) tests."
5
6
$(
T
):
7
@echo
"*** $@ ***"
;
sh
$
@
8
9
.PHONY
: $(
T
)