From f8f0cb0443c0709454c9223f25266ec1b0c464b8 Mon Sep 17 00:00:00 2001
From: Nick Mathewson <nickm@torproject.org>
Date: Fri, 12 Sep 2014 16:14:49 -0400
Subject: [PATCH] Mention "make check" in doc/HACKING

---
 doc/HACKING | 5 +++++
 1 file changed, 5 insertions(+)

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
 -----
-- 
GitLab