auth/credentials_krb5: make use of smb_gss_krb5_prepare_acceptor_cred()
[metze/samba/wip.git] / Makefile
index 07b928e4f0117cc8306ec6b5179931c26a806156..7f5960d5191c154e0290a2c07f8c33f9d8f7f8e0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,9 @@ uninstall:
 test:
        $(WAF) test $(TEST_OPTIONS)
 
+testonly:
+       $(WAF) testonly $(TEST_OPTIONS)
+
 perftest:
        $(WAF) test --perf-test $(TEST_OPTIONS)
 
@@ -100,7 +103,7 @@ pydoctor:
 pep8:
        $(WAF) pep8
 
-# Adding force on the depencies will force the target to be always rebuild form the Make
+# Adding force on the dependencies will force the target to be always rebuild form the Make
 # point of view forcing make to invoke waf
 
 bin/smbd: FORCE