Add check-kadmin.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21467 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-07-10 16:02:14 +00:00
parent 6a1f5309ab
commit a1cf9ff0e5

View File

@@ -7,13 +7,22 @@ noinst_DATA = krb5.conf krb5-pkinit.conf krb5-pkinit-win.conf
check_PROGRAMS = ap-req check_PROGRAMS = ap-req
check_SCRIPTS = $(SCRIPT_TESTS) check_SCRIPTS = $(SCRIPT_TESTS)
SCRIPT_TESTS = check-kdc check-digest check-pkinit check-uu check-referral SCRIPT_TESTS = \
check-digest \
check-kadmin \
check-kdc \
check-pkinit \
check-referral \
check-uu
TESTS = $(SCRIPT_TESTS) TESTS = $(SCRIPT_TESTS)
port = 49188 port = 49188
admport = 49189
do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' \ do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' \
-e 's,[@]port[@],$(port),g' \ -e 's,[@]port[@],$(port),g' \
-e 's,[@]admport[@],$(admport),g' \
-e 's,[@]objdir[@],$(top_builddir)/tests/kdc,g' \ -e 's,[@]objdir[@],$(top_builddir)/tests/kdc,g' \
-e 's,[@]EGREP[@],$(EGREP),g' -e 's,[@]EGREP[@],$(EGREP),g'
@@ -24,6 +33,11 @@ check-kdc: check-kdc.in Makefile
chmod +x check-kdc.tmp chmod +x check-kdc.tmp
mv check-kdc.tmp check-kdc mv check-kdc.tmp check-kdc
check-kadmin: check-kadmin.in Makefile
$(do_subst) < $(srcdir)/check-kadmin.in > check-kadmin.tmp
chmod +x check-kadmin.tmp
mv check-kadmin.tmp check-kadmin
check-uu: check-uu.in Makefile check-uu: check-uu.in Makefile
$(do_subst) < $(srcdir)/check-uu.in > check-uu.tmp $(do_subst) < $(srcdir)/check-uu.in > check-uu.tmp
chmod +x check-uu.tmp chmod +x check-uu.tmp
@@ -61,18 +75,14 @@ CLEANFILES= \
barpassword \ barpassword \
cache.krb5 \ cache.krb5 \
cdigest-reply \ cdigest-reply \
check-digest.tmp \ *.tmp \
check-kdc.tmp \
check-referral.tmp \
check-uu.tmp \
check-pkinit.tmp \
client-cache \ client-cache \
current-db* \ current-db* \
digest-reply \ digest-reply \
foopassword \ foopassword \
krb5.conf krb5.conf.tmp \ krb5.conf \
krb5-pkinit.conf krb5-pkinit.conf.tmp \ krb5-pkinit.conf \
krb5-pkinit-win.conf krb5-pkinit-win.conf.tmp \ krb5-pkinit-win.conf \
messages.log \ messages.log \
o2cache.krb5 \ o2cache.krb5 \
o2digest-reply \ o2digest-reply \