summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-09-08 17:40:18 +0200
committerBastien Nocera <hadess@hadess.net>2017-09-08 17:40:18 +0200
commit362e85126261a79f4c87f64dacebfcabeed7253c (patch)
tree011b9c7597d670ed84f13e9db03dbb1f3991b7c9
parent8898d2b9ac403063ed4446ea768947668fc5313d (diff)
downloadupower-362e85126261a79f4c87f64dacebfcabeed7253c.tar.gz
HACKING: Mention "make check" in the file
https://bugs.freedesktop.org/show_bug.cgi?id=101923
-rw-r--r--HACKING6
1 files changed, 6 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 8a626e4..b3669d7 100644
--- a/HACKING
+++ b/HACKING
@@ -91,3 +91,9 @@ Coding Style
heuristically parse a file and accept not-well-formed
data). Avoiding heuristics is also important for security reasons;
if it looks funny, ignore it (or exit, or disconnect).
+
+Testing
+===
+
+Under Linux, with the umockdev package installed, you can run "make check"
+in the root build directory to run an automated test suite.