summaryrefslogtreecommitdiffstats
path: root/testsuite/transok/buildko.stp
blob: 67f11eba877a700e38332560cbb5a7c7eeebe789 (plain)
1
2
3
4
5
6
7
8
9
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