]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Enable gss-auth tests on Kerberos test configs.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 6 Feb 2026 19:58:59 +0000 (06:58 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 6 Feb 2026 19:58:59 +0000 (06:58 +1100)
.github/configs

index 230258f93f24199d5f0d0fdff0bdaadf301d65e1..7e16a8c9af315e9c59ba43b5facb69135674041f 100755 (executable)
@@ -135,6 +135,7 @@ case "$config" in
        CONFIGFLAGS="${CONFIGFLAGS} --with-security-key-builtin --with-selinux"
        CONFIGFLAGS="${CONFIGFLAGS} --with-linux-memlock-onfault"
        CFLAGS="-DSK_DEBUG -DSANDBOX_SECCOMP_FILTER_DEBUG"
+       EXTRA_TESTS="gss-auth"
        ;;
     hardenedmalloc)
        CONFIGFLAGS="--with-ldflags=-lhardened_malloc"
@@ -153,6 +154,7 @@ case "$config" in
        ;;
     krb5|heimdal)
        CONFIGFLAGS="--with-kerberos5"
+       EXTRA_TESTS="gss-auth"
        ;;
     libedit)
        CONFIGFLAGS="--with-libedit"
@@ -166,6 +168,7 @@ case "$config" in
     pam-krb5)
        CONFIGFLAGS="--with-pam --with-kerberos5"
        SSHD_CONFOPTS="UsePam yes"
+       EXTRA_TESTS="gss-auth"
        ;;
     *pam)
        CONFIGFLAGS="--with-pam"