Hi there,

  For my test suite, I need to spawn a process, but I do not want to
wait for it to complete (it will be actually listening during the test
execution). AFAIK execute_process will wait until TIMEOUT expires. Is
there another non-blocking function I could use in between
ctest_configure() and ctest_test() ?

Thanks,
-- 
Mathieu
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to