]> eyrie.org Git - kerberos/pam-krb5.git/commit
Split module/fast test into two components
authorRuss Allbery <eagle@eyrie.org>
Sun, 19 Jan 2020 03:56:45 +0000 (19:56 -0800)
committerRuss Allbery <eagle@eyrie.org>
Sun, 19 Jan 2020 03:56:45 +0000 (19:56 -0800)
commitbdfe2716bb481d7f4e68f02eae608ffea55bacb3
tree4d80810e839723dedebc566ac1f3a739d44fd91a
parentf8e026af0d248a8c31e5f87839158f6feb61d8e2
Split module/fast test into two components

Test keytab-based FAST authentication separately from anonymous
FAST, since the latter has to be excluded from valgrind testing.
This also simplifies some of the skipping logic.
.gitignore
Makefile.am
tests/TESTS
tests/module/fast-anon-t.c [new file with mode: 0644]
tests/module/fast-t.c