From: Barry Jaspan Date: Wed, 12 Mar 1997 20:50:56 +0000 (+0000) Subject: * Makefile.in (unit-test-server-body): depend on test-randkey, not X-Git-Tag: krb5-1.1-beta1~1193 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4d3ab343d5ee59e687d0b09d08b38a629bbfda4d;p=krb5.git * 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 --- 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 + + * 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 * 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