xref: /minix/minix/tests/kernel/run (revision 00b67f09)
1#!/bin/sh
2
3tests="sys_padconf sys_vumap"
4
5for i in $tests; do (cd $i && ./run); done
6