summaryrefslogtreecommitdiff
path: root/tests/warn/warntestrunner
blob: d3a4e87acb04c85eaafee56dc463a96a6c73b40a (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

set -e

for testname in ${alltests}; do
    echo "Running warning test:" $testname
    $PYTHON $srcdir/warningtester.py "$srcdir/$testname"
done