[cmake-developers] ctest-fix-run-serial topic regressions

Nils Gladitz nilsgladitz at gmail.com
Fri Dec 20 17:00:04 EST 2013


On 12/20/2013 09:35 PM, David Cole wrote:
> Serial tests must run in the order of the add_test calls. The CDash test suite depends on that for its dashboards.
>
> CDash should be explicit about its dependencies, but it is not, and at present, it requires serial running of its tests in the order listed in the CMakeLists file.
>
> Please make sure that "ctest" with no -j arguments runs the CDash test suite in the same order as ctest 2.8.12
>
> Thanks,
> David
>
Without any explicit test dependencies it should still be doing so.
It currently moves all tests with dependencies to the front of the line 
but I'll restore the previous behaviour for serial runs here as well.

Nils



More information about the cmake-developers mailing list