[CMake] test dependencies

Alexander Neundorf a.neundorf-work at gmx.net
Fri Mar 12 13:35:25 EST 2010


On Friday 12 March 2010, David Cole wrote:
> ctest -R "test1|test2" ?
>
> Using -R says "run only the tests that match this regex" -- it does not say
> "run the matching tests after running all the tests they depend on
> first"...

Well, OTOH if I do "make some_target" with cmake-generated makefiles it will 
build all targets some_target depends on first ;-)
You know, people have become to expect that cmake always does things in the 
best possible way :-)

Alex


More information about the CMake mailing list