#!/bin/sh

tests="sys_padconf sys_vumap"

for i in $tests; do (cd $i && ./run); done