Parcourir la source

Mention "make check" in doc/HACKING

Nick Mathewson il y a 9 ans
Parent
commit
f8f0cb0443
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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
 -----