xref: /minix3/minix/tests/kernel/run (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1*433d6423SLionel Sambuc#!/bin/sh
2*433d6423SLionel Sambuc
3*433d6423SLionel Sambuctests="sys_padconf sys_vumap"
4*433d6423SLionel Sambuc
5*433d6423SLionel Sambucfor i in $tests; do (cd $i && ./run); done
6