aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2019-09-27 11:04:45 -0400
committerGreg Hudson <ghudson@mit.edu>2019-12-06 13:28:08 -0500
commit02b3171380d5683212ae1deae67a8c6cd19e290a (patch)
tree12cfc3748a0615130a50134fa9cd51611bf53beb /src/Makefile.in
parentc2ca2f26eaf817a6a7ed42257c380437ab802bd9 (diff)
downloadkrb5-02b3171380d5683212ae1deae67a8c6cd19e290a.zip
krb5-02b3171380d5683212ae1deae67a8c6cd19e290a.tar.gz
krb5-02b3171380d5683212ae1deae67a8c6cd19e290a.tar.bz2
Add NegoEx tests
Add a mock NegoEx-only GSS module, a test program which establishes a SPNEGO context, and a Python script to exercise a variety of NegoEx negotiation scenarios. ticket: 8851
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 691f86c..56c7a4e 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -13,6 +13,7 @@ SUBDIRS=util include lib \
@audit_plugin@ \
plugins/kadm5_hook/test \
plugins/kadm5_auth/test \
+ plugins/gssapi/negoextest \
plugins/hostrealm/test \
plugins/localauth/test \
plugins/pwqual/test \