From: Dennis Schridde Date: Thu, 3 Sep 2015 15:59:38 +0000 (+0200) Subject: Mention test dependencies in README X-Git-Tag: v1.3.1~1 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mod_auth_gssapi.git;a=commitdiff_plain;h=d42296e3e7cb8add473c8e028646ce134e17ca44 Mention test dependencies in README Reviewed-by: Simo Sorce Closes #56 --- diff --git a/README b/README index 7091850..9d25fb3 100644 --- a/README +++ b/README @@ -20,6 +20,14 @@ provided without these extensions. krb5 (>=1.11) Apache (>=2.4) +### Tests + +To run tests, you also need: + +* The Kerberos 5 Key-Distribution-Center (`krb5-kdc` package on Debian) +* [nss_wrapper](https://cwrap.org/nss_wrapper.html) +* [socket_wrapper](https://cwrap.org/socket_wrapper.html) + Installation ------------