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

Maik Beckmann beckmann.maik at googlemail.com
Sat Nov 14 13:26:07 EST 2009


2009/11/14 Bill Lorensen <bill.lorensen at gmail.com>:
> IN itk this is what we typically do in ctest scripts.
>
> After
> CTEST_CONFIGURE (BUILD "${CTEST_BINARY_DIRECTORY}")
> place
> CTEST_READ_CUSTOM_FILES("${CTEST_BINARY_DIRECTORY}")
>

Sweet! This solves the CTestCustom.cmake issue with ctest -S.

Is there a similar workaround for
  http://public.kitware.com/Bug/view.php?id=5041
? (ctest -S fails on initial checkout, because it doesn't find
CTestConfig.cmake, since it isn't present when ctest is started)

Thanks,
 -- Maik


More information about the CMake mailing list