Skip to content

Commit b83c0bb

Browse files
committed
Enable gss-auth tests on Kerberos test configs.
1 parent d84dbcc commit b83c0bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/configs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)