commit f8f0cb0443c0709454c9223f25266ec1b0c464b8 Author: Nick Mathewson nickm@torproject.org Date: Fri Sep 12 16:14:49 2014 -0400
Mention "make check" in doc/HACKING --- doc/HACKING | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/doc/HACKING b/doc/HACKING index b1733ab..2052a9d 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 -----