BASIS  r3148
CTestCustom.cmake File Reference

Custom testing configuration. More...

Go to the source code of this file.

Variables

cmake CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE
 Adjust output size limit of failed tests in number of characters/bytes.
 CTEST_CUSTOM_MEMCHECK_IGNORE
 Specify tests which should be ignored during the memory check stage.
 CTEST_CUSTOM_WARNING_EXCEPTION
 cURL options for dashboad submissions.

Detailed Description

Custom testing configuration.

Note:
The CTestCustom.cmake file is automatically generated by BASIS from the file CTestCustom.cmake.in which is part of the BASIS package.

The custom CTest variables which can be set in this CTest configuration file are documented on the Wiki of the VTK project.

Copyright (c) 2011, 2012 University of Pennsylvania. All rights reserved.
See https://www.cbica.upenn.edu/sbia/software/license.html or COPYING file.

Contact: SBIA Group <sbia-software at uphs.upenn.edu>

Definition in file CTestCustom.cmake.


Variable Documentation

Adjust output size limit of failed tests in number of characters/bytes.

Note: In order to have CTest ignore these limits and not truncate the test output, the string "CTEST_FULL_OUTPUT" has to be output by the test (e.g., as first line of the test output to stdout).

See: http://public.kitware.com/pipermail/cdash/2009-November/000589.html

Definition at line 213 of file CTestCustom.cmake.

Initial value:
""






cmake CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE

Specify tests which should be ignored during the memory check stage.

Definition at line 179 of file CTestCustom.cmake.

cURL options for dashboad submissions.

The following cURL options disable the verification of the CA certificate. This is required when self-signed certificates are used which cannot be verified.

The drop method is set in the CTest configuration file CTestConfig.cmake.

Note: By default, CTest does not support HTTPS as submission method. In order to enable it, CTest (and hence CMake) has to be build manually with the option CMAKE_USE_OPENSSL enabled. Match expressions for warning messages.

Definition at line 66 of file CTestCustom.cmake.