projects
/
mmh
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Minor layout fix in man page mhparam(1).
[mmh]
/
test
/
runalltests
1
#!/bin/sh
2
3
# Note that we ignore *~ files as these are probably editor backups
4
for i in `find tests -name 'test-*[!~]' -type f`;
5
do
6
./runtest $i
7
done