Dan Hipschman dsh@linux.ucla.edu writes:
This extends the testing framework to allow for tests that need IDL files and RPC clients. It's the same as the last attempt, but I've removed two little development artifacts that slipped in last time, I fixed an indentation glitch, fixed one more thing in the Makefile so "make depend" works for ClientMakefile as well, and I separated the first test case from the infrastructure change (see next patch).
That's very ugly; you shouldn't need any of that stuff, especially not a separate makefile. You should put everything in the same exe, and differentiate server and client through command line arguments, the way the process test does it.