HACKING: Mention "make check" in the file

https://bugs.freedesktop.org/show_bug.cgi?id=101923
This commit is contained in:
Bastien Nocera 2017-09-08 17:40:18 +02:00
parent 8898d2b9ac
commit 362e851262

View file

@ -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.