Imported Upstream version 1.35.9
[platform/upstream/gobject-introspection.git] / tests / warn / warntestrunner
1 #!/usr/bin/env bash
2
3 set -e
4
5 for testname in ${alltests}; do
6     echo "Running warning test:" $testname
7     $PYTHON $srcdir/warningtester.py "$testname"
8 done