test loading and dumping of the database
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15896 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
29
tests/db/Makefile.am
Normal file
29
tests/db/Makefile.am
Normal file
@@ -0,0 +1,29 @@
|
||||
# $Id$
|
||||
|
||||
include $(top_srcdir)/Makefile.am.common
|
||||
|
||||
noinst_DATA = krb5.conf
|
||||
|
||||
TESTS = loaddump-db
|
||||
|
||||
do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' \
|
||||
-e 's,[@]objdir[@],$(top_builddir)/tests/db,g'
|
||||
|
||||
loaddump-db: loaddump-db.in Makefile
|
||||
$(do_subst) < $(srcdir)/loaddump-db.in > loaddump-db.tmp
|
||||
chmod +x loaddump-db.tmp
|
||||
mv loaddump-db.tmp loaddump-db
|
||||
|
||||
krb5.conf: krb5.conf.in Makefile
|
||||
$(do_subst) < $(srcdir)/krb5.conf.in > krb5.conf.tmp
|
||||
mv krb5.conf.tmp krb5.conf
|
||||
|
||||
|
||||
CLEANFILES= \
|
||||
$(TESTS) \
|
||||
db-dump* \
|
||||
current-db* \
|
||||
out-text-dump* \
|
||||
out-current-* \
|
||||
mkey.file* \
|
||||
krb5.conf krb5.conf.tmp
|
||||
Reference in New Issue
Block a user