summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2014-03-06 11:59:48 +0100
committerStef Walter <stefw@gnome.org>2014-03-06 16:46:20 +0100
commita909e7a5b0cf1f02d498ff6475aad4173409c3b0 (patch)
tree998bcb02df5919857cad0372153e7f23db1061ad /HACKING
parenta2ebd3ca4f7569baeeac0b917a057e0392d15412 (diff)
downloadgnome-keyring-a909e7a5b0cf1f02d498ff6475aad4173409c3b0.tar.gz
HACKING: Update with description of how to run tests
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING12
1 files changed, 12 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index fbffb38e..7de873ad 100644
--- a/HACKING
+++ b/HACKING
@@ -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
----------------------------------------------------------------------------------