[1860] in Kerberos_V5_Development
Re: rpc unit test problems
daemon@ATHENA.MIT.EDU (Bill Sommerfeld)
Thu Oct 17 21:08:29 1996
To: Tom Yu <tlyu@MIT.EDU>
Cc: krbdev@MIT.EDU
In-Reply-To: Your message of "Thu, 17 Oct 1996 16:41:22 -0400 ."
<9610172041.AA07215@tesla-coil.MIT.EDU>
Date: Thu, 17 Oct 1996 20:49:10 -0400
From: Bill Sommerfeld <sommerfeld@orchard.medford.ma.us>
> >From a clean build tree, building the rpc/unit-test directory fails
> because it expects libgssrpc to already be built. This is due to a
> deficiency in our current build system, i.e. recursion happens before
> any targets in the upper level Makefile get made, so libgssrpc doesn't
> get built until *after* recursion....
>
> Any ideas on how best to fix this?
Move the tests from the (hypothetical) src/rpc/test to src/test/rpc.
- Bill