summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/transko.stp
blob: 9c78c6ef756210ebef7c3240e42eef91382a41c0 (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

# make sure that we can *semcheck* all transko test files, to ensure
# that it is translation-time checks that fail, not earlier ones errors

set -e
for file in ${SRCDIR}/testsuite/transko/*.stp
do
  ./stap -p2 $file
done