summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorBarry Jaspan <bjaspan@mit.edu>1997-03-12 20:50:56 +0000
committerBarry Jaspan <bjaspan@mit.edu>1997-03-12 20:50:56 +0000
commit4d3ab343d5ee59e687d0b09d08b38a629bbfda4d (patch)
tree8860c606ad7b7d7e0313387cd9230174ebbd6068 /src/lib
parent36bf6333c49cdd3276562d831030c9f8c89a3401 (diff)
downloadkrb5-4d3ab343d5ee59e687d0b09d08b38a629bbfda4d.tar.gz
krb5-4d3ab343d5ee59e687d0b09d08b38a629bbfda4d.tar.xz
krb5-4d3ab343d5ee59e687d0b09d08b38a629bbfda4d.zip
* Makefile.in (unit-test-server-body): depend on test-randkey, not
randkey-test, so the test gets run git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10002 dc483132-0cff-0310-8789-dd5450dbe970
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 b77f864b70..7ec91fa001 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 71803fe279..656a6ea2bb 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