Test framework for getting and checking tickets.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17223 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
30
tests/kdc/Makefile.am
Normal file
30
tests/kdc/Makefile.am
Normal file
@@ -0,0 +1,30 @@
|
||||
# $Id$
|
||||
|
||||
include $(top_srcdir)/Makefile.am.common
|
||||
|
||||
noinst_DATA = krb5.conf
|
||||
|
||||
TESTS = check-kdc
|
||||
|
||||
do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' \
|
||||
-e 's,[@]objdir[@],$(top_builddir)/tests/kdc,g'
|
||||
|
||||
check-kdc: check-kdc.in Makefile
|
||||
$(do_subst) < $(srcdir)/check-kdc.in > check-kdc.tmp
|
||||
chmod +x check-kdc.tmp
|
||||
mv check-kdc.tmp check-kdc
|
||||
|
||||
krb5.conf: krb5.conf.in Makefile
|
||||
$(do_subst) < $(srcdir)/krb5.conf.in > krb5.conf.tmp
|
||||
mv krb5.conf.tmp krb5.conf
|
||||
|
||||
|
||||
CLEANFILES= \
|
||||
$(TESTS) \
|
||||
check-kdc.tmp \
|
||||
krb5.conf krb5.conf.tmp \
|
||||
messages.log \
|
||||
current-db* \
|
||||
foopassword \
|
||||
barpassword \
|
||||
client-cache
|
Reference in New Issue
Block a user