minix/test/kernel/run

6 lines
73 B
Plaintext
Raw Normal View History

#!/bin/sh
tests="sys_vumap"
for i in $tests; do (cd $i && ./run); done