summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/nine.stp
diff options
context:
space:
mode:
authorfche <fche>2005-05-24 14:03:31 +0000
committerfche <fche>2005-05-24 14:03:31 +0000
commitd4f41a6f345a85e9eccd3471990f5458cc687daf (patch)
treeb5e06929a4b5193a99838b19587599a43e3ac5b8 /testsuite/semok/nine.stp
parentaf56020f76d69a8daef7fc7174ef1c473cde886c (diff)
downloadsystemtap-steved-d4f41a6f345a85e9eccd3471990f5458cc687daf.tar.gz
systemtap-steved-d4f41a6f345a85e9eccd3471990f5458cc687daf.tar.xz
systemtap-steved-d4f41a6f345a85e9eccd3471990f5458cc687daf.zip
2005-05-24 Frank Ch. Eigler <fche@redhat.com>
* testsuite/semlib/*: New tapset library chunks for "-I" testing. * testsuite/semok/eight.stp, nine.stp: New tests.
Diffstat (limited to 'testsuite/semok/nine.stp')
-rwxr-xr-xtestsuite/semok/nine.stp3
1 files changed, 3 insertions, 0 deletions
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 }'