From 45d5ba491f1cacde3e30f1e61d60b6769b24d35e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 25 Apr 2006 08:57:47 +0000 Subject: [PATCH] Test framework for getting and checking tickets. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17223 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tests/kdc/Makefile.am | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 tests/kdc/Makefile.am diff --git a/tests/kdc/Makefile.am b/tests/kdc/Makefile.am new file mode 100644 index 000000000..070c5e27a --- /dev/null +++ b/tests/kdc/Makefile.am @@ -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