forked from aaSSfxxx/r2-regressions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Radare2 Regression Test Suite | ||
============================= | ||
|
||
A set of regression tests for Radare2 (http://radare.org). | ||
|
||
Originally based on work by and now in collaboration with pancake. | ||
|
||
Directory Hierarchy | ||
------------------- | ||
|
||
t/ Test scripts. | ||
s/ Sample binaries. | ||
test.sh Test driver script sourced by tests. | ||
^------- Do not run this manually. | ||
|
||
Requirements | ||
------------ | ||
|
||
* Radare2 installed and in $PATH (obviously). | ||
* bmake or gmake. | ||
|
||
Usage | ||
----- | ||
|
||
* Run 'make' in the top level directory to run *all* tests. | ||
* To run individual tests, cd into 't/' and execute the desired script. | ||
|
||
Reporting Radare2 Bugs | ||
---------------------- | ||
|
||
Please to not post Radare2 bugs on the r2-regressions github tracker. Instead | ||
use te official r2 tracker: | ||
|
||
http://radare.org/y/?p=bugtracker |