[CMake] ctest: CTestCustom.ctest - howto activate?
David Cole
david.cole at kitware.com
Tue Oct 18 08:26:15 EDT 2005
What version of ctest...?
There was a bug fixed recently (within the last few months...?) where a
CTestCustom.ctest in the top level directory would not be read. Try
configuring it into a sub-directory of the project's binary directory if
you're using CMake 2.0.x...
HTH,
David
Jan Woetzel wrote:
> Hi,
> I want to use a "CTestCustom.ctest" file as described in
> http://www.cmake.org/Wiki/CMake_Testing_With_CTest#Customizing_CTest
>
> (1) What has to be done to let ctest use that file?
> I created a file, named it "CTestCustom.ctest" and placed in the top
> directory of the build tree.
> It us setting CTEST_CUSTOM_TESTS_IGNORE.
> I expected that tests matching CTEST_CUSTOM_TESTS_IGNORE will not be
> executed.
> However, they are still run.
>
> (2) Do I have to use additional options on the ctest call to really
> use the additional custom settings?
>
> Jan.
>
More information about the CMake
mailing list