summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Keniston <jkenisto@us.ibm.com>2008-06-13 16:37:30 -0700
committerJim Keniston <jkenisto@us.ibm.com>2008-06-13 16:37:30 -0700
commitdcf2fef81c8e72c8f1947e28b049192730ab6d4d (patch)
tree418f84452da039b937713ee8e0e27ccb9a78280b
parent422dc4e1e86dd92b3247a40296148c688bc3df68 (diff)
downloadsystemtap-steved-dcf2fef81c8e72c8f1947e28b049192730ab6d4d.tar.gz
systemtap-steved-dcf2fef81c8e72c8f1947e28b049192730ab6d4d.tar.xz
systemtap-steved-dcf2fef81c8e72c8f1947e28b049192730ab6d4d.zip
Added instructions for running a particular test.
-rw-r--r--HACKING9
1 files changed, 9 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index de8b94b4..98c19e7f 100644
--- a/HACKING
+++ b/HACKING
@@ -56,6 +56,15 @@ the <systemtap@sources.redhat.com> mailing list.
Tests that execute probes (pass 5) should include their own .exp/.stp
files under any other appropriate systemtap.* testsuite subdirectory.
+ To run a particular test or set of tests, do:
+ cd testsuite
+ make check RUNTESTFLAGS=testname.exp
+ or
+ make installcheck RUNTESTFLAGS=testname.exp
+ To disambiguate among multiple tests with the same name, specify
+ the directory as well -- for example:
+ make installcheck RUNTESTFLAGS=systemtap.base/print.exp
+
- translator
Translator changes can easily invalidate tapsets and user script