forked from radareorg/radare2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathr2r.1
60 lines (60 loc) · 1.17 KB
/
r2r.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.Dd Jun 31, 2022
.Dt R2R 1
.Sh NAME
.Nm r2r
.Nd radare2 regression testsuite
.Sh SYNOPSIS
.Nm r2r
.Op Fl h
.Op Fl i
.Op Fl n
.Op Fl q
.Op Fl v
.Op Fl V
.Op Fl j Ar threads
.Op Fl f Ar bin-for-json-tests
.Op Fl F Ar fuzzbindir
.Op Fl C Ar chdir
.Op [test-(dir|file) ...]
.Sh DESCRIPTION
Run all the radare2-regressions tests matching a specific word in the name.
.Pp
You need radare2 to be available in $PATH.
.Sh OPTIONS
.Bl -tag -width Fl
.It Fl h
Show the help/usage message
.It Fl i
Interactive mode
.It Fl n
Do not run any test, just load/parse them
.It Fl q
Quiet mode (use like this: r2r -qv)
.It Fl v
Show version number
.It Fl V
Be verbose
.It Fl j Ar threads
Specify the number of tasks to run in parallel
.It Fl n
Do not run any test, just parse them for linting purposes
.It Fl f Ar bin-for-json-tests
Load the given binary when running the JSON tests
.It Fl C Ar directory
Early chdir before running any test
.It Fl F Ar directory
Specify the path where the fuzzed binaries are
.El
.Sh USAGE
.Pp
Use the -n flag to dont run any test. Just load them.
.Pp
$ r2r -n
[r2r] Loading tests...
.Pp
.Sh SEE ALSO
.Pp
.Xr radare2(1)
.Sh AUTHORS
.Pp
Written by pancake <[email protected]>.