From d4f41a6f345a85e9eccd3471990f5458cc687daf Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 24 May 2005 14:03:31 +0000 Subject: 2005-05-24 Frank Ch. Eigler * testsuite/semlib/*: New tapset library chunks for "-I" testing. * testsuite/semok/eight.stp, nine.stp: New tests. --- testsuite/semok/eight.stp | 3 +++ testsuite/semok/nine.stp | 3 +++ 2 files changed, 6 insertions(+) create mode 100755 testsuite/semok/eight.stp create mode 100755 testsuite/semok/nine.stp (limited to 'testsuite/semok') 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 }' -- cgit