summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/kadm5/unit-test/ChangeLog5
-rw-r--r--src/lib/kadm5/unit-test/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/kadm5/unit-test/ChangeLog b/src/lib/kadm5/unit-test/ChangeLog
index b77f864b7..7ec91fa00 100644
--- a/src/lib/kadm5/unit-test/ChangeLog
+++ b/src/lib/kadm5/unit-test/ChangeLog
@@ -1,3 +1,8 @@
+Wed Mar 12 15:49:46 1997 Barry Jaspan <bjaspan@mit.edu>
+
+ * Makefile.in (unit-test-server-body): depend on test-randkey, not
+ randkey-test, so the test gets run
+
Wed Feb 5 23:10:56 1997 Tom Yu <tlyu@mit.edu>
* Makefile.in:
diff --git a/src/lib/kadm5/unit-test/Makefile.in b/src/lib/kadm5/unit-test/Makefile.in
index 71803fe27..656a6ea2b 100644
--- a/src/lib/kadm5/unit-test/Makefile.in
+++ b/src/lib/kadm5/unit-test/Makefile.in
@@ -103,7 +103,7 @@ unit-test-client-body: site.exp test-noauth test-destroy test-handle-client
-mv api.log capi.log
-mv api.sum capi.sum
-unit-test-server-body: site.exp randkey-test test-handle-server lock-test
+unit-test-server-body: site.exp test-randkey test-handle-server lock-test
$(ENV_SETUP) $(RUNTEST) --tool api RPC=0 API=$(SRVTCL) \
LOCKTEST=./lock-test \
KADMIN_LOCAL=$(BUILDTOP)/kadmin/cli/kadmin.local