A set of regression tests for Radare2 (http://radare.org).
Originally based on work by and now in collaboration with pancake.
- t/: Test scripts.
- s/: Sample binaries.
- test.sh: Test driver script sourced by tests (not to be run manually).
- Radare2 installed (and in $PATH or set the R2 environment).
- bmake or gmake.
- Run 'make' in the top level directory to run all tests.
- To run individual tests, type 'make '.
- To run tests which we know are failing (and should not), run 'make fail'.
The following options can be passed to make or the individual tests.
- To run tests with valgrind, use 'VALGRIND=1'.
Please to not post Radare2 bugs on the r2-regressions github tracker. Instead use te official r2 tracker: