File: README

package info (click to toggle)
systemtap 5.1-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 47,964 kB
  • sloc: cpp: 80,838; ansic: 54,757; xml: 49,725; exp: 43,665; sh: 11,527; python: 5,003; perl: 2,252; tcl: 1,312; makefile: 1,006; javascript: 149; lisp: 105; awk: 101; asm: 91; java: 70; sed: 16
file content (24 lines) | stat: -rw-r--r-- 749 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This is a collection of tests for systemtap.

Running the Testsuite
*********************

There are two ways to run the testsuite and pass additional parameters to
DejaGnu.  The first is to do `make check' in the main build directory and,
if desired, selecting parts of the testsuite with `RUNTESTFLAGS':

      % make check RUNTESTFLAGS='argv.exp -v --debug'

"make check" runs unprivileged tests only against an uninstalled build tree,
and can be run without special privileges.

"make installcheck" runs all tests against an installed tree.  It requires
root and/or sudo/stapdev privileges.

      # make installcheck RUNTESTFLAGS=

Runs whole the testsuite.

      # make installcheck RUNTESTFLAGS='argv.exp add.exp'

Runs only two test cases.