Mention "make check" in doc/HACKING

This commit is contained in:
Nick Mathewson 2014-09-12 16:14:49 -04:00
parent 8448901148
commit f8f0cb0443

View File

@ -138,6 +138,11 @@ Running the unit tests
~~~~~~~~~~~~~~~~~~~~~~
To quickly run all tests:
-----
make check
-----
To run unit tests only:
-----
make test
-----