Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 991 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 991 Bytes

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 (not to be run manually).

Requirements

  • Radare2 installed (and in $PATH or set the R2 environment).
  • bmake or gmake.

Usage

  • 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'.

Options

The following options can be passed to make or the individual tests.

  • To run tests with valgrind, use 'VALGRIND=1'.

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