BASIS  version 1.2.3 (revision 2104)
Variables
CTestCustom.cmake File Reference

Custom testing configuration. More...

Go to the source code of this file.

Variables

 CTEST_CURL_OPTIONS
 cURL options for dashboad submissions.
 CTEST_CUSTOM_COVERAGE_EXCLUDE
 Exclude certain files from coverage analysis.
 CTEST_CUSTOM_ERROR_EXCEPTION
 Match expressions for ignored error messages.
 CTEST_CUSTOM_ERROR_MATCH
 Match expressions for error messages.
 CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE
 Adjust output size limit of failed tests in number of characters/bytes.
 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_POST_MEMCHECK
 Specify command to execute at the end of the memory check stage.
 CTEST_CUSTOM_POST_TEST
 Specify command to execute at the end of the test stage.
 CTEST_CUSTOM_PRE_MEMCHECK
 Specify command to execute before execution of any test during memory check stage.
 CTEST_CUSTOM_PRE_TEST
 Specify command to execute before execution of any test during test stage.
 CTEST_CUSTOM_TESTS_IGNORE
 Specify tests which should be ignored during the test stage.
 CTEST_CUSTOM_WARNING_EXCEPTION
 Match expressions for ignored warning messages.
 CTEST_CUSTOM_WARNING_MATCH
 Match expressions for warning messages.
 CTEST_EXTRA_COVERAGE_GLOB
 Specify additional files which should be considered for coverage report.

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 this source 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

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.

Definition at line 21 of file CTestCustom.cmake.

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 219 of file CTestCustom.cmake.

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 228 of file CTestCustom.cmake.

Specify additional files which should be considered for coverage report.

Note that the expressions here are globbing expression as interpreted by CMake's file(GLOB) command, not regular expressions.

Definition at line 151 of file CTestCustom.cmake.