diff options
author | Stef Walter <stefw@gnome.org> | 2014-03-06 11:59:48 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2014-03-06 16:46:20 +0100 |
commit | a909e7a5b0cf1f02d498ff6475aad4173409c3b0 (patch) | |
tree | 998bcb02df5919857cad0372153e7f23db1061ad /HACKING | |
parent | a2ebd3ca4f7569baeeac0b917a057e0392d15412 (diff) |
HACKING: Update with description of how to run tests
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -90,6 +90,18 @@ ui Prompting the user, asking for passwords. +TESTING +---------- + +Significant new code should be testable via: + +$ make check + +You check for memory errors by doing: + +$ make check-memory + + ---------------------------------------------------------------------------------- CODING STYLE ---------------------------------------------------------------------------------- |