Create specific configurtion files for some tests.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20990 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
include $(top_srcdir)/Makefile.am.common
|
include $(top_srcdir)/Makefile.am.common
|
||||||
|
|
||||||
noinst_DATA = krb5.conf
|
noinst_DATA = krb5.conf mit-pkinit-20070607.cf
|
||||||
|
|
||||||
check_SCRIPTS = $(SCRIPT_TESTS) test_can
|
check_SCRIPTS = $(SCRIPT_TESTS) test_can
|
||||||
|
|
||||||
@@ -30,12 +30,13 @@ krb5.conf: krb5.conf.in Makefile
|
|||||||
$(do_subst) < $(srcdir)/krb5.conf.in > krb5.conf.tmp
|
$(do_subst) < $(srcdir)/krb5.conf.in > krb5.conf.tmp
|
||||||
mv krb5.conf.tmp krb5.conf
|
mv krb5.conf.tmp krb5.conf
|
||||||
|
|
||||||
CLEANFILES= \
|
SUFFIXES += .xf .cf
|
||||||
$(TESTS) \
|
|
||||||
test_can.tmp \
|
.xf.cf:
|
||||||
check-can.tmp \
|
$(do_subst) < $< > $@.tmp
|
||||||
krb5.conf \
|
mv $@.tmp $@
|
||||||
krb5.conf.tmp
|
|
||||||
|
CLEANFILES= $(TESTS) *.tmp *.xf
|
||||||
|
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
|
Reference in New Issue
Block a user