diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-09-12 16:14:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-12 16:14:49 -0400 |
commit | f8f0cb0443c0709454c9223f25266ec1b0c464b8 (patch) | |
tree | 15bbccd51a6c0fc655af752b8d8b7e2f107ad3de /doc | |
parent | 84489011480a031e156cdae8ed32dd7597808994 (diff) | |
download | tor-f8f0cb0443c0709454c9223f25266ec1b0c464b8.tar.gz tor-f8f0cb0443c0709454c9223f25266ec1b0c464b8.zip |
Mention "make check" in doc/HACKING
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HACKING | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/HACKING b/doc/HACKING index b1733abf4c..2052a9d492 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -139,6 +139,11 @@ Running the unit tests To quickly run all tests: ----- + make check +----- + +To run unit tests only: +----- make test ----- |