~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/tests/dejagnu/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2009-05-07 16:16:34 UTC
  • mfrom: (13.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090507161634-xqyk0s9na0le4flj
Tags: 1.7dfsg~beta1-4
When  decrypting the TGS response fails with the subkey, try with the
session key to work around Heimdal bug, Closes: #527353 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
thisconfigdir=./..
 
1
thisconfigdir=../..
2
2
myfulldir=tests/dejagnu
3
 
mydir=dejagnu
 
3
mydir=tests/dejagnu
4
4
BUILDTOP=$(REL)..$(S)..
5
5
RUNTEST = @RUNTEST@ $(DEJAFLAGS)
6
6
RUNTESTFLAGS =
7
7
KRB5_RUN_ENV= @KRB5_RUN_ENV@
8
8
PROG_LIBPATH=-L$(TOPLIBD)
9
9
PROG_RPATH=$(KRB5_LIBDIR)
10
 
KRB4_RUNTESTFLAGS=@KRB4_DEJAGNU_TEST@
11
10
 
12
11
SRCS=$(srcdir)/t_inetd.c
13
12
 
21
20
        @echo "+++ runtest is unavailable."
22
21
        @echo "+++"
23
22
 
 
23
# Set VALGRIND at run time, that may be changed when running 'make'.
24
24
check-runtest-yes:: t_inetd site.exp
25
 
        $(RUNTEST) --tool krb --srcdir $(srcdir) $(KRB4_RUNTESTFLAGS) PRIOCNTL_HACK=@PRIOCNTL_HACK@ VALGRIND="$(VALGRIND)" $(RUNTESTFLAGS)
 
25
        $(RUNTEST) --tool krb --srcdir $(srcdir) VALGRIND="$(VALGRIND)" $(RUNTESTFLAGS)
26
26
 
27
27
t_inetd:: t_inetd.o $(KRB5_BASE_DEPLIBS)
28
28
        $(CC_LINK) -o t_inetd t_inetd.o $(KRB5_BASE_LIBS)
45
45
        echo "set runvarlist [list `cat runenv.vals | tr '\n' ' '`]" | \
46
46
                sed -e 's%=\.%='`pwd`'/.%g' > site.exp
47
47
        echo "set KRB5_DB_MODULE_DIR {$(KRB5_DB_MODULE_DIR)}" >> site.exp
 
48
        echo "set PRIOCNTL_HACK @PRIOCNTL_HACK@" >> site.exp
48
49
 
49
 
# +++ Dependency line eater +++
50
 
51
 
# Makefile dependencies follow.  This must be the last section in
52
 
# the Makefile.in file
53
 
#
54
 
$(OUTPRE)t_inetd.$(OBJEXT): $(COM_ERR_DEPS) t_inetd.c