From dcf2fef81c8e72c8f1947e28b049192730ab6d4d Mon Sep 17 00:00:00 2001 From: Jim Keniston Date: Fri, 13 Jun 2008 16:37:30 -0700 Subject: Added instructions for running a particular test. --- HACKING | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/HACKING b/HACKING index de8b94b4..98c19e7f 100644 --- a/HACKING +++ b/HACKING @@ -56,6 +56,15 @@ the 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 -- cgit