summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/transko.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semok/transko.stp')
-rwxr-xr-xtestsuite/semok/transko.stp10
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