summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/HACKING5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/HACKING b/doc/HACKING
index b1733abf4c..2052a9d492 100644
--- a/doc/HACKING
+++ b/doc/HACKING
@@ -139,6 +139,11 @@ Running the unit tests
To quickly run all tests:
-----
+ make check
+-----
+
+To run unit tests only:
+-----
make test
-----