Skip to content

Commit

Permalink
doc where unit tests go
Browse files Browse the repository at this point in the history
still need to document how to write proper unit tests, and perhaps
provide a template.

:dancers:
  • Loading branch information
crowell committed Jun 9, 2016
1 parent 8d2a13d commit b909f79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ Directory Hierarchy
* t.formats/: Test scripts covering detection of binaries within radare2
* t.archos/: Platform specific test scripts
* t/: Test scripts (presently uncategorised)
* unit/: Unit tests (written in C, using minunit).
* bins/: Sample binaries.
* test.sh: Test driver script sourced by tests (not to be run manually).
* run_tests.sh: Run tests for the core features.
* run_unit.sh: Run unit tests for the library functions.

Requirements
------------
Expand Down

0 comments on commit b909f79

Please sign in to comment.