Hi Ken,

On 1/23/07, Ken Martin <[EMAIL PROTECTED]> wrote:
> The problem with DART_TESTING_TIMEOUT and CTEST_TEST_TIMEOUT is that
> they apply to the complete test suites. What I'm trying to solve is
> some infinite loops test cases, I like the tests to fail/timeout but
> the next tests should be executed as well.

Just to make sure we are on the same page :) DART_TESTING_TIMEOUT applies to
each test. Once one times out the next will start. It is not a limit for the
entire process but for each test. Each test is given DART_TESTING_TIMEOUT
seconds to complete independent of the time any other test took to run.

Oh my.. yes, I mis read the doc about TEST_TIMEOUT, adding:

        SET(DART_TESTING_TIMEOUT 5)

to my CMakeLists.txt works like a charm.

Thanks!
--Pierre
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to