From 674427d3a018d0f89c9669db8dcf952aab8b4423 Mon Sep 17 00:00:00 2001 From: fche Date: Fri, 25 Jan 2008 04:47:11 +0000 Subject: staplog crash(8) module tests 2008-01-24 Frank Ch. Eigler * Makefile.am: Make another $(MKDIR) call visible. * Makefile.in: Regenerated. 2008-01-24 Frank Ch. Eigler crash(8) tests, based on Masami Hiramatsu : * Makefile.am (CRASH_LIBDIR): Pass in $(RUNTEST). * lib/systemtap.exp (as_root): Trace command string, output, and result. * sysetmtap.samples/crash.*, testlog.stp: New test case. * Makefile.in: Regenerated. --- testsuite/systemtap.samples/testlog.stp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 testsuite/systemtap.samples/testlog.stp (limited to 'testsuite/systemtap.samples/testlog.stp') diff --git a/testsuite/systemtap.samples/testlog.stp b/testsuite/systemtap.samples/testlog.stp new file mode 100644 index 00000000..5b702aa9 --- /dev/null +++ b/testsuite/systemtap.samples/testlog.stp @@ -0,0 +1,6 @@ +probe begin +{ + printf("Hello"); + printf("World"); + printf("\n"); +} -- cgit