minix3/tests/kernel/run

6 lines
85 B
Bash
Executable File

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