blob: 11f2a2daed78d89df0105f23a4f7bd066ac8e272 (
plain)
1
2
3
4
5
6
|
#! /bin/sh
# make sure that we can *parse* all semko test files, to ensure
# that it is semantic (elaboration) checks that fail, not parse errors
./stap -p1 -I${SRCDIR}/testsuite/semko -e 'global nothing'
|