summaryrefslogtreecommitdiffstats
path: root/src/tests
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
parent87c32513e8f01004c3e7a7c198353c37cacd4707 (diff)
* 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')
-rw-r--r--src/tests/dejagnu/ChangeLog5
-rw-r--r--src/tests/dejagnu/Makefile.in3
2 files changed, 7 insertions, 1 deletions
diff --git a/src/tests/dejagnu/ChangeLog b/src/tests/dejagnu/ChangeLog
index 95cb98246a..8b329a10b3 100644
--- a/src/tests/dejagnu/ChangeLog
+++ b/src/tests/dejagnu/ChangeLog
@@ -1,3 +1,8 @@
+2000-08-08 Ezra Peisach <epeisach@mit.edu>
+
+ * Makefile.in (KRB4_RUNTESTFLAGS): Set from configure.in and pass
+ to runtest if krb4 compatibility is enabled.
+
1999-10-26 Wilfredo Sanchez <tritan@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
diff --git a/src/tests/dejagnu/Makefile.in b/src/tests/dejagnu/Makefile.in
index a93bae008f..668e1187c8 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)