[cmake-developers] CTest: Request review of topic "ctest-fix-run-serial"

Bill Hoffman bill.hoffman at kitware.com
Thu Oct 17 17:19:00 EDT 2013


On 10/17/2013 4:41 PM, Nils Gladitz wrote:
>
> I pushed my topic "ctest-fix-run-serial" to stage.
I am taking a look.   It has been a long time since I looked at this 
code.  However, it seems like your patch removes the running of 
dependent tests.

old code did this:
StartTest(int test)
  ...
  foreach d in depend tests of test
     startTests


New code removes that.   I guess it depends on SortedTests having taken 
depends into consideration, which I am not seeing.  However, I might be 
missing something....

What was your thinking on this?

-Bill




More information about the cmake-developers mailing list