BASIS  version 1.2.3 (revision 2104)
Functions
basistest.ctest File Reference

CTest script used to test BASIS projects. More...

Go to the source code of this file.

Functions

function print_contact (in ARGN)
 Print contact section of usage information and help screen.
function print_help (in ARGN)
 Print help screen.
function print_helpshort (in ARGN)
 Print usage information.
function print_options (in ARGN)
 Print options section of usage information and help screen.
function print_usage (in ARGN)
 Print usage section of usage information and help screen.
function print_version (in ARGN)
 Print version information.
function read_cmake_cache_value (in VAR, in ARGN)
 Read value from CMake cache.
function update_metadata (in ARGN)
 Adjust information attached to test results using CMakeCache.txt.

Detailed Description

CTest script used to test BASIS projects.

To display the help of this CTest script, run:

 ctest -S basistest.ctest,help

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 basistest.ctest.


Function Documentation

function print_contact ( in  ARGN)

Print contact section of usage information and help screen.

Parameters:
[in]ARGNNot used.
Returns:
Nothing.
function print_help ( in  ARGN)

Print help screen.

Parameters:
[in]ARGNNot used.
Returns:
Nothing.
function print_helpshort ( in  ARGN)

Print usage information.

Parameters:
[in]ARGNNot used.
Returns:
Nothing.
function print_options ( in  ARGN)

Print options section of usage information and help screen.

Parameters:
[in]ARGNNot used.
Returns:
Nothing.
function print_usage ( in  ARGN)

Print usage section of usage information and help screen.

Parameters:
[in]ARGNNot used.
Returns:
Nothing.
function print_version ( in  ARGN)

Print version information.

Parameters:
[in]ARGNNot used.
Returns:
Nothing.
function read_cmake_cache_value ( in  VAR,
in  ARGN 
)

Read value from CMake cache.

Parameters:
[in,out]VARName of CMake variable.
[in]ARGNNot used.
Returns:
Sets VAR to the value of the cached variable VAR.
function update_metadata ( in  ARGN)

Adjust information attached to test results using CMakeCache.txt.

Parameters:
[in]ARGNList of XML test report files without directory path. If omitted, this function globs for all XML files in the Testing/<tag>/ directory.