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