test WinDC PAC functionallity

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19633 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-03 15:40:33 +00:00
parent 61c32aa510
commit 6ce63327d4
4 changed files with 240 additions and 0 deletions

37
tests/plugin/Makefile.am Normal file
View File

@@ -0,0 +1,37 @@
# $Id$
include $(top_srcdir)/Makefile.am.common
noinst_DATA = krb5.conf
SCRIPT_TESTS = check-pac
TESTS = $(SCRIPT_TESTS)
do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' \
-e 's,[@]objdir[@],$(top_builddir)/tests/plugin,g' \
-e 's,[@]EGREP[@],$(EGREP),g'
LDADD = ../../lib/krb5/libkrb5.la $(LIB_roken)
check-pac: check-pac.in Makefile
$(do_subst) < $(srcdir)/check-pac.in > check-pac.tmp
chmod +x check-pac.tmp
mv check-pac.tmp check-pac
krb5.conf: krb5.conf.in Makefile
$(do_subst) < $(srcdir)/krb5.conf.in > krb5.conf.tmp
mv krb5.conf.tmp krb5.conf
lib_LTLIBRARIES = windc.la
windc_la_SOURCES = windc.c
windc_la_LDFLAGS = -module
CLEANFILES= \
$(TESTS) \
foopassword \
krb5.conf krb5.conf.tmp \
messages.log
EXTRA_DIST = \
check-pac.in