build and check gss

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17755 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-06-30 12:24:42 +00:00
parent b0a5f762f8
commit 314c661b24

18
tests/gss/Makefile.am Normal file
View File

@@ -0,0 +1,18 @@
# $Id$
include $(top_srcdir)/Makefile.am.common
TESTS = check-gss
check_PROGRAMS = $(TESTS)
do_subst = sed -e 's,[@]srcdir[@],$(srcdir),g' \
-e 's,[@]objdir[@],$(top_builddir)/tests/kdc,g'
check-gss: check-gss.in Makefile
$(do_subst) < $(srcdir)/check-gss.in > check-gss.tmp
chmod +x check-gss.tmp
mv check-gss.tmp check-gss
CLEANFILES= \
$(TESTS) \
check-gss.tmp