Skip to content

Commit

Permalink
Spruce up README
Browse files Browse the repository at this point in the history
  • Loading branch information
vext01 committed Dec 19, 2011
1 parent 820a522 commit 9895fc2
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README

This file was deleted.

34 changes: 34 additions & 0 deletions README.md
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

0 comments on commit 9895fc2

Please sign in to comment.