Browse Source

Mention "make check" in doc/HACKING

Nick Mathewson 9 years ago
parent
commit
f8f0cb0443
1 changed files with 5 additions and 0 deletions
  1. 5 0
      doc/HACKING

+ 5 - 0
doc/HACKING

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