diff --git a/doc/HACKING b/doc/HACKING index 4e9c4e305b..b1733abf4c 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -134,6 +134,22 @@ output directory, use `make coverage-html HTML_COVER_DIR=./funky_new_cov_dir`. Coverage diffs using lcov are not currently implemented, but are being investigated (as of July 2014). +Running the unit tests +~~~~~~~~~~~~~~~~~~~~~~ + +To quickly run all tests: +----- + make test +----- + +To selectively run just some tests (the following can be combined +arbitrarily): +----- + ./src/test/test [] ... + ./src/test/test .. [..] ... + ./src/test/test : [: