repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
<sys/socket.h>: turn off MSG_NOSIGNAL
[minix3.git]
/
test
/
kernel
/
run
blob
39d931e1964bc6576de94585124a334c3e95f69f
1
#!/bin/sh
2
3
tests
=
"sys_padconf sys_vumap"
4
5
for
i
in
$tests
;
do
(
cd
$i
&&
.
/
run
);
done