[CMake] CTest for simple client/server test
Eric Noulard
eric.noulard at gmail.com
Fri Oct 6 09:08:38 EDT 2006
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
More information about the CMake
mailing list