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