index
:
minix3
master
Git Repository for an attempted revival of the Minix 3 Operating System
magh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
minix
/
tests
/
kernel
/
run
blob: 39d931e1964bc6576de94585124a334c3e95f69f (
plain
)
1
2
3
4
5
#!/bin/sh tests="sys_padconf sys_vumap" for i in $tests; do (cd $i && ./run); done