[1/2] Extend the testing framework to include IDL files and RPC clients (take 2)

Alexandre Julliard julliard at winehq.org
Fri Apr 20 04:41:16 CDT 2007


Dan Hipschman <dsh at 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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list