Re: [CMake] timeout on total test time?

2009-02-04 Thread Bram de Greve
Thanks for the info, I'll use a workaround then ... Bram Bill Hoffman wrote: Bram de Greve wrote: Hello, Can anyone answer this question? I've tried the --test-timeout switch on ctest, but it seems to have no effect. Thanks, Bram Hi, Is it possible to specify the total amount of time

Re: [CMake] timeout on total test time?

2009-02-03 Thread Bram de Greve
Hello, Can anyone answer this question? I've tried the --test-timeout switch on ctest, but it seems to have no effect. Thanks, Bram Hi, Is it possible to specify the total amount of time CTest may spend on running the tests? With CTEST_TIMEOUT, you can set the time CTest may spend on

Re: [CMake] timeout on total test time?

2009-02-03 Thread David Cole
The only way I could think that you could do this without making code modifications to ctest would be to run your whole test suite itself *as* a single test. You could run it like this: ctest -R ^WholeTestSuite$ (which would run *just* the WholeTestSuite) And then the test for running

Re: [CMake] timeout on total test time?

2009-02-03 Thread Bill Hoffman
Bram de Greve wrote: Hello, Can anyone answer this question? I've tried the --test-timeout switch on ctest, but it seems to have no effect. Thanks, Bram Hi, Is it possible to specify the total amount of time CTest may spend on running the tests? With CTEST_TIMEOUT, you can set the time

[CMake] timeout on total test time?

2009-01-30 Thread Bram de Greve
Hi, Is it possible to specify the total amount of time CTest may spend on running the tests? With CTEST_TIMEOUT, you can set the time CTest may spend on each test, but that's not really what I'm looking for. Thanks Bram ___ CMake mailing list