diff options
Diffstat (limited to 'testsuite/semok/transko.stp')
-rwxr-xr-x | testsuite/semok/transko.stp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/semok/transko.stp b/testsuite/semok/transko.stp new file mode 100755 index 00000000..9c78c6ef --- /dev/null +++ b/testsuite/semok/transko.stp @@ -0,0 +1,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 |