CTest script used to test BASIS projects. More...
Go to the source code of this file.
Functions | |
macro | append_option (in VAR, in ARGN) |
function | print_contact (in ARGN) |
Print contact section of usage information and help screen. More... | |
function | print_help (in ARGN) |
Print help screen. More... | |
function | print_helpshort (in ARGN) |
Print usage information. More... | |
function | print_options (in ARGN) |
Print options section of usage information and help screen. More... | |
function | print_usage (in ARGN) |
Print usage section of usage information and help screen. More... | |
function | print_version (in ARGN) |
Print version information. More... | |
function | read_cmake_cache_value (inout VAR, in ARGN) |
Read value from CMake cache. More... | |
macro | set_option (in VAR, in ARGN) |
function | update_metadata (in ARGN) |
Adjust information attached to test results using CMakeCache.txt. More... | |
CTest script used to test BASIS projects.
To display the help of this CTest script, run:
Definition in file basistest.ctest.
macro append_option | ( | in | VAR, |
in | ARGN | ||
) |
function print_contact | ( | in | ARGN | ) |
Print contact section of usage information and help screen.
[in] | ARGN | Not used. |
function print_help | ( | in | ARGN | ) |
Print help screen.
[in] | ARGN | Not used. |
function print_helpshort | ( | in | ARGN | ) |
Print usage information.
[in] | ARGN | Not used. |
function print_options | ( | in | ARGN | ) |
Print options section of usage information and help screen.
[in] | ARGN | Not used. |
function print_usage | ( | in | ARGN | ) |
Print usage section of usage information and help screen.
[in] | ARGN | Not used. |
function print_version | ( | in | ARGN | ) |
Print version information.
[in] | ARGN | Not used. |
function read_cmake_cache_value | ( | inout | VAR, |
in | ARGN | ||
) |
Read value from CMake cache.
[in,out] | VAR | Name of CMake variable. |
[in] | ARGN | Not used. |
VAR
to the value of the cached variable VAR
. macro set_option | ( | in | VAR, |
in | ARGN | ||
) |
function update_metadata | ( | in | ARGN | ) |
Adjust information attached to test results using CMakeCache.txt.
[in] | ARGN | List of XML test report files without directory path. If omitted, this function globs for all XML files in the Testing/<tag>/ directory. |
cmake BUILD_RESULT |
Definition at line 808 of file basistest.ctest.
cmake CONFIGURE_RESULT |
Definition at line 807 of file basistest.ctest.
cmake CTEST_BASE_DIRECTORY |
Definition at line 377 of file basistest.ctest.
cmake CTEST_BINARY_DIRECTORY |
Definition at line 379 of file basistest.ctest.
cmake CTEST_BUILD_NAME |
Definition at line 659 of file basistest.ctest.
cmake CTEST_BUILD_SUBDIR |
Definition at line 681 of file basistest.ctest.
cmake CTEST_BUILD_TYPE |
Definition at line 397 of file basistest.ctest.
cmake CTEST_CHECKOUT_COMMAND |
Definition at line 729 of file basistest.ctest.
cmake CTEST_CMAKE_GENERATOR |
Definition at line 396 of file basistest.ctest.
cmake CTEST_CMAKE_OPTIONS |
Definition at line 534 of file basistest.ctest.
cmake CTEST_COMPILER_FLAGS |
Definition at line 398 of file basistest.ctest.
cmake CTEST_CONFIGURE_COMMAND |
Definition at line 775 of file basistest.ctest.
cmake CTEST_DROP_LOCATION |
Definition at line 616 of file basistest.ctest.
cmake CTEST_DROP_METHOD |
Definition at line 614 of file basistest.ctest.
cmake CTEST_DROP_SITE |
Definition at line 615 of file basistest.ctest.
cmake CTEST_DROP_SITE_CDASH |
Definition at line 617 of file basistest.ctest.
cmake CTEST_LINKER_FLAGS |
Definition at line 399 of file basistest.ctest.
CTEST_MEMORYCHECK_SUPPRESSIONS_FILE |
Definition at line 763 of file basistest.ctest.
cmake CTEST_MODEL |
Definition at line 380 of file basistest.ctest.
cmake CTEST_NIGHTLY_START_TIME |
Definition at line 57 of file basistest.ctest.
cmake CTEST_PREFIX |
Definition at line 673 of file basistest.ctest.
cmake CTEST_PROJECT_NAME |
Definition at line 390 of file basistest.ctest.
cmake CTEST_SITE |
Definition at line 646 of file basistest.ctest.
cmake CTEST_SOURCE_DIRECTORY |
Definition at line 378 of file basistest.ctest.
cmake CTEST_START_WITH_EMPTY_BINARY_DIRECTORY |
Definition at line 707 of file basistest.ctest.
cmake CTEST_SVN_BRANCH |
Definition at line 392 of file basistest.ctest.
cmake CTEST_UPDATE_COMMAND |
Definition at line 731 of file basistest.ctest.
cmake CTEST_USE_LAUNCHERS |
Definition at line 622 of file basistest.ctest.
cmake FAILURE |
Definition at line 451 of file basistest.ctest.
cmake FORCE_BUILD |
Definition at line 410 of file basistest.ctest.
cmake FORCE_TEST |
Definition at line 411 of file basistest.ctest.
cmake MANUAL_MODE |
Definition at line 371 of file basistest.ctest.
cmake OPTION |
Definition at line 452 of file basistest.ctest.
cmake SHARED_BUILD |
Definition at line 382 of file basistest.ctest.
cmake SHARED_SOURCE |
Definition at line 381 of file basistest.ctest.
cmake SUBMIT_RESULTS |
Definition at line 383 of file basistest.ctest.
cmake UNINSTALLER |
Definition at line 886 of file basistest.ctest.
cmake UPDATED_FILES |
Definition at line 832 of file basistest.ctest.
cmake VALUE |
Definition at line 453 of file basistest.ctest.
cmake WITH_APIDOC |
Definition at line 401 of file basistest.ctest.
cmake WITH_COVERAGE |
Definition at line 403 of file basistest.ctest.
cmake WITH_INSTALL |
Definition at line 417 of file basistest.ctest.
cmake WITH_MEMCHECK |
Definition at line 402 of file basistest.ctest.