summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/kadmin/v4server/unit-test/ChangeLog5
-rw-r--r--src/kadmin/v4server/unit-test/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/kadmin/v4server/unit-test/ChangeLog b/src/kadmin/v4server/unit-test/ChangeLog
index c7960495b..ef21f8f8f 100644
--- a/src/kadmin/v4server/unit-test/ChangeLog
+++ b/src/kadmin/v4server/unit-test/ChangeLog
@@ -1,3 +1,8 @@
+Tue Mar 3 10:30:11 1998 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * Makefile.in (check): Use the variable DO_V4_TEST to distinguish
+ from the other kadmin testing.
+
Fri Feb 27 23:32:38 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Changed thisconfigdir to point at the kadmin
diff --git a/src/kadmin/v4server/unit-test/Makefile.in b/src/kadmin/v4server/unit-test/Makefile.in
index 540b696e8..3662945a8 100644
--- a/src/kadmin/v4server/unit-test/Makefile.in
+++ b/src/kadmin/v4server/unit-test/Makefile.in
@@ -4,7 +4,7 @@ BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
# $Id$
#
-check:: check-@DO_TEST@
+check:: check-@DO_V4_TEST@
check-::
@echo "+++"