]> sourceware.org Git - systemtap.git/commitdiff
2008-05-01 William Cohen <wcohen@redhat.com>
authorWilliam Cohen <wcohen@localhost.localdomain>
Thu, 1 May 2008 21:06:23 +0000 (17:06 -0400)
committerWilliam Cohen <wcohen@localhost.localdomain>
Thu, 1 May 2008 21:06:23 +0000 (17:06 -0400)
* helloworld.meta: New file.

testsuite/systemtap.examples/ChangeLog
testsuite/systemtap.examples/helloworld.meta [new file with mode: 0644]

index c85a43ee9fded26e097b6a070b5a757d749f91d6..ad46276c3eaec5e69587d8ee90a1cfe375ec6694 100644 (file)
@@ -1,3 +1,7 @@
+2008-05-01  William Cohen  <wcohen@redhat.com>
+
+       * helloworld.meta: New file.
+
 2008-04-27  William Cohen  <wcohen@redhat.com>
 
        * check.exp: New script to run tests on cataloged examples.
diff --git a/testsuite/systemtap.examples/helloworld.meta b/testsuite/systemtap.examples/helloworld.meta
new file mode 100644 (file)
index 0000000..f56b7ca
--- /dev/null
@@ -0,0 +1,13 @@
+title: SystemTap "Hello World" Program
+name: helloworld.stp
+version: 1.0
+keywords: simple
+author: anonymous
+subsystem: none
+status: production
+exit: fixed
+output: text
+scope: system-wide
+description: A basic "Hello World" program implemented in SystemTap script. It prints out "hello world" message and then immediately exits.
+test_check: stap -p4 helloworld.stp
+test_installcheck: stap helloworld.stp -c "sleep 1"
This page took 0.032717 seconds and 5 git commands to generate.