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. More... | |
| CTEST_CUSTOM_MEMCHECK_IGNORE | |
| Specify tests which should be ignored during the memory check stage. More... | |
| CTEST_CUSTOM_WARNING_EXCEPTION | |
| cURL options for dashboad submissions. More... | |
Custom testing configuration.
The custom CTest variables which can be set in this CTest configuration file are documented on the Wiki of the VTK project.
Definition in file CTestCustom.cmake.
| cmake CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE |
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 217 of file CTestCustom.cmake.
| CTEST_CUSTOM_MEMCHECK_IGNORE |
Specify tests which should be ignored during the memory check stage.
Definition at line 183 of file CTestCustom.cmake.
| CTEST_CUSTOM_WARNING_EXCEPTION |
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 70 of file CTestCustom.cmake.