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 <someargs> " is launched
  2) Then " myclient  <someargs> " is launched
  3) the two talk to each other then terminates both properly (or not)


Both executable should be run on the same machine
(even if I would be pleased if CTest was able to run
a test on a remote machine using ssh but that's another point)

Is it possible to do this with CTest?



--
Erk
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to