repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
retire nonsymbolic rootdev, dev2name
[minix.git]
/
test
/
kernel
/
run
blob
c1e8b1d04d33fa55120334cc8ebbe369bc506ee9
1
#!/bin/sh
2
3
tests
=
"sys_vumap"
4
5
for
i
in
$tests
;
do
(
cd
$i
&&
.
/
run
);
done