Re: [CMake] Distributed Testing?

2010-03-19 Thread Eric Noulard
2010/3/18 Caron, Michael C. (US SSA) michael.ca...@baesystems.com: Can CMake/CTest handle testing distributed applications?  For example, I’ve got a Socket based server and client.  I want to test various combinations of server and client on the same machine, on distributed homogeneous

[CMake] Distributed Testing?

2010-03-18 Thread Caron, Michael C. (US SSA)
Can CMake/CTest handle testing distributed applications? For example, I've got a Socket based server and client. I want to test various combinations of server and client on the same machine, on distributed homogeneous machines (all win or all Linux), and on distributed heterogeneous machines

Re: [CMake] Distributed Testing?

2010-03-18 Thread Clinton Stimpson
This is done with ParaView by creating a test driver that knows how to start the distributed application and wait for it to do its thing and give the results to ctest. Clint On 03/18/2010 07:53 AM, Caron, Michael C. (US SSA) wrote: Can CMake/CTest handle testing distributed applications?