From: Nick Mathewson Date: Fri, 12 Sep 2014 20:14:49 +0000 (-0400) Subject: Mention "make check" in doc/HACKING X-Git-Tag: tor-0.2.6.1-alpha~123 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8f0cb0443c0709454c9223f25266ec1b0c464b8;p=thirdparty%2Ftor.git Mention "make check" in doc/HACKING --- diff --git a/doc/HACKING b/doc/HACKING index b1733abf4c..2052a9d492 100644 --- a/doc/HACKING +++ b/doc/HACKING @@ -138,6 +138,11 @@ Running the unit tests ~~~~~~~~~~~~~~~~~~~~~~ To quickly run all tests: +----- + make check +----- + +To run unit tests only: ----- make test -----