diff options
Diffstat (limited to 'testsuite/semok')
-rwxr-xr-x | testsuite/semok/eight.stp | 3 | ||||
-rwxr-xr-x | testsuite/semok/nine.stp | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/semok/eight.stp b/testsuite/semok/eight.stp new file mode 100755 index 00000000..01119953 --- /dev/null +++ b/testsuite/semok/eight.stp @@ -0,0 +1,3 @@ +#! /bin/sh + +./stap -p2 -I${SRCDIR}/testsuite/semlib -e 'probe begin { a = f1 (); }' diff --git a/testsuite/semok/nine.stp b/testsuite/semok/nine.stp new file mode 100755 index 00000000..15bcf8d9 --- /dev/null +++ b/testsuite/semok/nine.stp @@ -0,0 +1,3 @@ +#! /bin/sh + +./stap -p2 -I${SRCDIR}/testsuite/semlib -e 'probe begin { a = g1 }' |