forked from aaSSfxxx/r2-regressions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
r2r.1
43 lines (43 loc) · 889 Bytes
/
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
.Dd Apr 12, 2016
.Dt R2R 1
.Sh NAME
.Nm r2r
.Nd radare regression testsuite
.Sh SYNOPSIS
.Nm r2r
.Op Fl s
.Op Fl p
.Op Fl P
.Op Fl v
.Op [keyword]
.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 s
Only show the list of tests that will run, but not running any of them.
.It Fl p
Run every test file in parallel. Speedup noticeable when running multiple files or entire directories.
.It Fl P
Run every single test in parallel. Much faster but less reliable.
.El
.Sh USAGE
.Pp
Use the -s flag to search and show the results and not run the tests.
.Pp
$ r2r -s msp
t.asm/msp430
.Pp
Without any flag, r2r will run the tests matching the name.
.Pp
$ r2r msp
...
.Pp
.Sh SEE ALSO
.Pp
.Xr radare2(1) ,
.Sh AUTHORS
.Pp
Written by pancake <[email protected]>.