Skip to content

Commit

Permalink
Update README.md: 'run_tests.sh' doesn't run all tests. Fixes #68.
Browse files Browse the repository at this point in the history
(When called without arguments, that is.)
  • Loading branch information
neuschaefer committed Jun 13, 2014
1 parent 55dcd42 commit 037e955
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Directory Hierarchy
* t/: Test scripts.
* b/: Sample binaries.
* test.sh: Test driver script sourced by tests (not to be run manually).
* run_tests.sh: Run all tests.
* run_tests.sh: Run tests for the core features.

Requirements
------------
Expand All @@ -22,8 +22,9 @@ Requirements
Usage
-----

* Run './run_tests.sh' in the top level directory to run *all* tests
* Run './run_tests.sh' in the top level directory to run the core tests
(alternatively you can use 'make').
* To run *all* tests, use 'make all'.
* To run individual tests, type 'cd t; ./testname'.
* To remove old test results run 'make clean'.

Expand Down

0 comments on commit 037e955

Please sign in to comment.