File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ case "$config" in
135135 CONFIGFLAGS=" ${CONFIGFLAGS} --with-security-key-builtin --with-selinux"
136136 CONFIGFLAGS=" ${CONFIGFLAGS} --with-linux-memlock-onfault"
137137 CFLAGS=" -DSK_DEBUG -DSANDBOX_SECCOMP_FILTER_DEBUG"
138+ EXTRA_TESTS=" gss-auth"
138139 ;;
139140 hardenedmalloc)
140141 CONFIGFLAGS=" --with-ldflags=-lhardened_malloc"
@@ -153,6 +154,7 @@ case "$config" in
153154 ;;
154155 krb5|heimdal)
155156 CONFIGFLAGS=" --with-kerberos5"
157+ EXTRA_TESTS=" gss-auth"
156158 ;;
157159 libedit)
158160 CONFIGFLAGS=" --with-libedit"
@@ -166,6 +168,7 @@ case "$config" in
166168 pam-krb5)
167169 CONFIGFLAGS=" --with-pam --with-kerberos5"
168170 SSHD_CONFOPTS=" UsePam yes"
171+ EXTRA_TESTS=" gss-auth"
169172 ;;
170173 * pam)
171174 CONFIGFLAGS=" --with-pam"
You can’t perform that action at this time.
0 commit comments