.TH CAMITK-testcomponents "1" "2020-01-20" "camitk-testcomponents 4.1" "User Commands" .SH "NAME" camitk-testcomponents \- CamiTK Tests Components .SH "SYNOPSIS" .B camitk-testcomponents [\fIOPTIONS\fR]... .SH "DESCRIPTION" .B camitk\-testcomponents is build using CamiTK 4.1 .br Please visit http://camitk.imag.fr for more information. .br (c) Univ. Grenoble Alpes, CNRS, TIMC\-IMAG UMR 5525 .PP camitk\-testcomponents aims at testing a component extension individually. There are two possible levels of test: .PP - 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. .PP - 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. .PP Any exception thrown by CamiTK or other dependencies is caught and will result in a EXIT_FAILURE return code. .PP The targeted users are in R&D departments or laboratories. .PP .SH "OPTIONS" .\" .\" The following documentation was generated by CLI, a command .\" line interface compiler for C++. .\" .IP "\fB--help\fP|\fB-h\fP" Print usage information and exit\. .IP "\fB--component\fP|\fB-c\fP \fIcomponent\fP" The component extension to be tested (please provide the full path of the dynamic library)\. .IP "\fB--input\fP|\fB-i\fP \fIfile\fP" input component file to test the actions on (please provide the full path to the file)\. Note that this file is not modified\. .IP "\fB--level\fP|\fB-l\fP \fIlevel\fP" 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\. .IP "\fB--output-dir\fP|\fB-o\fP \fIpath\fP" [Optional] Directory where the output file will be saved\. .SH "AUTHORS" CamiTK and camitk\-testcomponents is currently developed by the Univ. Grenoble Alpes, CNRS in the TIMC\-IMAG UMR 5525 laboratory (GMCAO). .SH "SEE ALSO" The full documentation and tutorials for .B CamiTK are available at <\fBhttp://camitk.imag.fr\fR>