| CAMITK-testcomponents(1) | User Commands | CAMITK-testcomponents(1) |
NAME¶
camitk-testcomponents - CamiTK Tests Components
SYNOPSIS¶
camitk-testcomponents [OPTIONS]...
DESCRIPTION¶
camitk-testcomponents is build using CamiTK 6.0
Please visit <https://camitk.imag.fr> for more information.
(c) Univ. Grenoble Alpes, CNRS, Grenoble INP - UGA, TIMC, France
camitk-testcomponents aims at testing a component extension individually. There are two possible levels of test:
- level 1 will create a CamiTK application, load the extension and then open the provided component file. It verifies that the extension can be loaded without error and that the managed file (of corresponding extension) can be opened without error.
- level 2 will do the same as level 1 plus save the component to a new file and then close the component. It verifies that saving the file and closing the file can be done without error.
Any exception thrown by CamiTK or other dependencies is caught and will result in a EXIT_FAILURE return code.
The targeted users are in R&D departments or laboratories.
OPTIONS¶
- --help|-h
- Print usage information and exit.
- --component|-c component
- The component extension to be tested (please provide the full path of the dynamic library).
- --input|-i file
- input component file to test the actions on (please provide the full path to the file). Note that this file is not modified.
- --level|-l level
- The test level to proceed, either 1 or 2.
1 will create a CamiTK application, load the extension and then open the provided component file.
2 will create a CamiTK application, load the extension, open the provided component file, save the component to a new file and then close the component.
- --output-dir|-o path
- [Optional] Directory where the output file will be saved.
AUTHORS¶
CamiTK and camitk-testcomponents is mainly developed by the Univ. Grenoble Alpes, CNRS, Grenoble INP - UGA in the TIMC UMR 5525 laboratory (CAMI team).
SEE ALSO¶
Please visit <https://camitk.imag.fr> for more documentation on camitk-testcomponents
| 2026-01-20 | camitk-testcomponents 6.0 |