diff options
-rwxr-xr-x | testsuite/transok/buildko.stp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/transok/buildko.stp b/testsuite/transok/buildko.stp new file mode 100755 index 00000000..67f11eba --- /dev/null +++ b/testsuite/transok/buildko.stp @@ -0,0 +1,10 @@ +#! /bin/sh + +# make sure that we can *translate* all buildko test files, to ensure +# that it is build-time checks that fail, not earlier ones errors + +set -e +for file in ${SRCDIR}/testsuite/buildko/*.stp +do + ./stap -p3 $file +done |