minix/test/kernel/run
David van Moolenbroek cf720a028a Test set for sys_vumap()
Located in test/kernel. Invoke "run" to run tests.
2012-03-24 19:51:14 +01:00

6 lines
73 B
Bash
Executable file

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