]> git.pld-linux.org Git - packages/ruby.git/blob - testrb.1
- reverted version patch to use RUBY_LIB_VERSION_STYLE=2 (minor)
[packages/ruby.git] / testrb.1
1 .\" DO NOT MODIFY THIS FILE! it was generated by rd2
2 .TH testrb 1 "December 2003"
3 .SH NAME
4 .PP
5 testrb \- Automatic runner for Test::Unit of Ruby
6 .SH SYNOPSIS
7 .PP
8 testrb [options] [\-\- untouched arguments] test ...
9 .SH DESCRIPTION
10 .PP
11 testrb loads and runs unit\-tests.  If test is directory name, testrb1.8
12 testrb traverses the directory.
13 .SH OPTIONS
14 .TP
15 .fi
16 .B
17 \-r, \-\-runner=RUNNER
18 Use the given RUNNER.  (t[k], c[onsole], g[tk], f[ox])
19 .TP
20 .fi
21 .B
22 \-a, \-\-add=TORUN
23 Add TORUN to the list of things to run;  can be a file or a directory.
24 .TP
25 .fi
26 .B
27 \-p, \-\-pattern=PATTERN
28 Match files to collect against PATTERN.  (default pattern is
29 /\\Atest_.*\\.rb\\Z/.)
30 .TP
31 .fi
32 .B
33 \-n, \-\-name=NAME
34 Runs tests matching NAME.  (patterns may be used.)
35 .TP
36 .fi
37 .B
38 \-t, \-\-testcase=TESTCASE
39 Runs tests in TestCases matching TESTCASE.  (patterns may be used.)
40 .TP
41 .fi
42 .B
43 \-v, \-\-verbose=[LEVEL]
44 Set the output level (default is verbose).  (p[rogress], n[ormal],
45 v[erbose], s[ilent])
46 .TP
47 .fi
48 .B
49 \-\-
50 Stop processing options so that the remaining options will be passed to
51 the test.
52 .TP
53 .fi
54 .B
55 \-h, \-\-help
56 Display help.
57 .SH AUTHOR
58 .PP
59 This manpage was contributed by akira yamada <akira@debian.org>
60
This page took 0.178828 seconds and 3 git commands to generate.