[CMake] [ctest] CTEST_CUSTOM_TESTS_IGNORE in CTestCustom.cmake ignored in script mode (ctest -S)

Maik Beckmann beckmann.maik at googlemail.com
Wed Nov 11 10:22:27 EST 2009


Hello,

CTEST_CUSTOM_TESTS_IGNORE

Having a CTestCusom.cmake file works fine when running
  make test
  ctest
see:
  http://pastebin.ca/1666592

But it's content is ignored when the build is scripted via ctest -S.
This is the log for ctest --debug -VV -S
  http://pastebin.ca/1666597
as you can see, the  CTEST_CUSTOM_TESTS_IGNORE is correctly read at
some point, though no considered later.

I'm still debugging this, but it seems like the makefile loses these
definitions at some point.

I tried this with cmake-2.6.4 and cmake-2.8.0-rc6.

Thx for help,
 -- Maik


More information about the CMake mailing list