CamiTK CMake macros used generating the mediawiki tab containing the list of all functionnal tests, classified by CamiTK extensions with their given LEVEL. More...
Functions | |
camitk_parse_test_add () | |
macro camitk_parse_test_add adds an extension (action or component) automatic test level information Typically recursively call this function accross all actions and components to generate CamiTKTestsLevel.txt file. More... | |
camitk_parse_test_add_separator () | |
macro camitk_parse_test_add_separator adds an extension (action or component) separator entry. More... | |
camitk_parse_test_init () | |
MACRO camitk_parse_test_init create a CMake variable to store all the automatically generated tests for action & component level information. More... | |
camitk_parse_test_validate () | |
macro camitk_parse_test_validate generate the CamiTKTestsLevel.txt file which contains the CamiTK wiki entries (store in a tab) which describes for all CamiTK actions & components the different level of tests More... | |
CamiTK CMake macros used generating the mediawiki tab containing the list of all functionnal tests, classified by CamiTK extensions with their given LEVEL.
camitk_parse_test_add | ( | ) |
macro camitk_parse_test_add adds an extension (action or component) automatic test level information Typically recursively call this function accross all actions and components to generate CamiTKTestsLevel.txt file.
Usage:
NAME | The name of the test for the extension |
LEVEL | The level of automatic test (between 0, 1, 2, 3) |
DESCRIPTION | The description of the automatic test |
camitk_parse_test_add_separator | ( | ) |
macro camitk_parse_test_add_separator adds an extension (action or component) separator entry.
Typically call this macro before calling any instance of camitk_parse_test_add()
Usage:
EXTENSION_TYPE | The type extension (action or component) |
EXTENSION_NAME | The name the extension |
camitk_parse_test_init | ( | ) |
MACRO camitk_parse_test_init create a CMake variable to store all the automatically generated tests for action & component level information.
usage:
camitk_parse_test_validate | ( | ) |
macro camitk_parse_test_validate generate the CamiTKTestsLevel.txt file which contains the CamiTK wiki entries (store in a tab) which describes for all CamiTK actions & components the different level of tests
Usage:
References set().