make AS work with FAST
This commit is contained in:

committed by
Love Hörnquist Åstrand

parent
6c31f5a95f
commit
17d5f8d19e
@@ -14,6 +14,7 @@ SCRIPT_TESTS = \
|
||||
check-delegation \
|
||||
check-des \
|
||||
check-digest \
|
||||
check-fast \
|
||||
check-kadmin \
|
||||
check-kdc \
|
||||
check-kdc-weak \
|
||||
@@ -63,6 +64,11 @@ check-des: check-des.in Makefile krb5.conf
|
||||
chmod +x check-des.tmp
|
||||
mv check-des.tmp check-des
|
||||
|
||||
check-fast: check-fast.in Makefile
|
||||
$(do_subst) < $(srcdir)/check-fast.in > check-fast.tmp
|
||||
chmod +x check-fast.tmp
|
||||
mv check-fast.tmp check-fast
|
||||
|
||||
check-kdc: check-kdc.in Makefile
|
||||
$(do_subst) < $(srcdir)/check-kdc.in > check-kdc.tmp
|
||||
chmod +x check-kdc.tmp
|
||||
|
Reference in New Issue
Block a user