Re: [CMake] CTest for simple client/server test

2006-10-06 Thread Andy Cedilnik
Hello Eric, We do similar kind of tests on ParaView. For that we use a test driver that appropriately launches client and server. Please check www.paraview.org for more details: http://www.paraview.org/cgi-bin/viewcvs.cgi/GUI/Client/pvTestDriver.cxx?root=ParaView&view=markup http://www.paravi

[CMake] CTest for simple client/server test

2006-10-06 Thread Eric Noulard
Hi All, I would like to use CTest for running some elementary client/server type test The idea is want to be able to run 2 executable: 1) First " myserver " is launched 2) Then " myclient " is launched 3) the two talk to each other then terminates both properly (or not) Both executab