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
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to