summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2014-03-06 12:00:06 +0100
committerStef Walter <stefw@gnome.org>2014-03-06 18:45:20 +0100
commit02d7fd262a5bff089925029cae85c3586a850986 (patch)
tree318c8bd473f9b4ac2f13c81e1e9a76edb3190c29 /HACKING
parent86bd8c5a8eb9b0bd299645b5d2eaa6dd043b355f (diff)
downloadgnome-keyring-02d7fd262a5bff089925029cae85c3586a850986.tar.gz
pam: Add some tests for the PAM module
These require you to install some pam configs into /etc/pam.d. You can do it with the following commands: $ make enable-pam-tests $ make disable-pam-tests
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING6
1 files changed, 6 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 7de873ad..fa14a172 100644
--- a/HACKING
+++ b/HACKING
@@ -101,6 +101,12 @@ You check for memory errors by doing:
$ make check-memory
+To test the pam code, you must first place some custom PAM configuration
+in your /etc/pam.d. This will not be used by anything else. To do this:
+
+$ sudo make enable-pam-tests
+$ sudo make disable-pam-tests
+
----------------------------------------------------------------------------------
CODING STYLE