summaryrefslogtreecommitdiff
path: root/tests/test-stp.sh
blob: fd6acf544c49977490ce141d26298202f806be83 (plain)
1
2
3
4
5
6
7
#! /bin/sh
set -e
progress=
for d in ${stp_files}; do
    echo "Testing $d..."
    $SUPERVISOR ./tests/test-stp ${srcdir}/$d
done