aboutsummaryrefslogtreecommitdiff
path: root/src/tests/dejagnu/Makefile.in
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2000-08-08 19:35:55 +0000
committerEzra Peisach <epeisach@mit.edu>2000-08-08 19:35:55 +0000
commit5c42752ce98ab2a765d8cedf818fcff61d25c15d (patch)
treeb2c2661ba5ff690089ffe2dd35c4691a951c28a0 /src/tests/dejagnu/Makefile.in
parent87c32513e8f01004c3e7a7c198353c37cacd4707 (diff)
downloadkrb5-5c42752ce98ab2a765d8cedf818fcff61d25c15d.zip
krb5-5c42752ce98ab2a765d8cedf818fcff61d25c15d.tar.gz
krb5-5c42752ce98ab2a765d8cedf818fcff61d25c15d.tar.bz2
* Makefile.in (KRB4_RUNTESTFLAGS): Set from configure.in and pass
to runtest if krb4 compatibility is enabled. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12613 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/tests/dejagnu/Makefile.in')
-rw-r--r--src/tests/dejagnu/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/dejagnu/Makefile.in b/src/tests/dejagnu/Makefile.in
index a93bae0..668e118 100644
--- a/src/tests/dejagnu/Makefile.in
+++ b/src/tests/dejagnu/Makefile.in
@@ -7,6 +7,7 @@ RUNTESTFLAGS =
KRB5_RUN_ENV= @KRB5_RUN_ENV@
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)
+KRB4_RUNTESTFLAGS=@KRB4_DEJAGNU_TEST@
SRCS=$(srcdir)/t_inetd.c
@@ -21,7 +22,7 @@ check-::
@echo "+++"
check-runtest:: t_inetd site.exp
- $(HAVE_RUNTEST) --tool krb --srcdir $(srcdir) $(RUNTESTFLAGS)
+ $(HAVE_RUNTEST) --tool krb --srcdir $(srcdir) $(KRB4_RUNTESTFLAGS) $(RUNTESTFLAGS)
t_inetd:: t_inetd.o $(KRB5_BASE_DEPLIBS)
$(CC_LINK) -o t_inetd t_inetd.o $(KRB5_BASE_LIBS)