Tyro/tests/runtests.sh

9 lines
84 B
Bash
Executable File

for i in tests/*Test
do
if test -f $i
then
./$i
fi
done
echo ""