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