summaryrefslogtreecommitdiffstats
path: root/Tests/FindMatlab/basic_checks
Commit message (Collapse)AuthorAgeFilesLines
* FindMatlab: EXCLUDE_FROM_ALL parameter to matlab_add_mexRaffi Enficiaud2019-06-261-0/+12
| | | | Enabling a mex target to be excluded from the `all` target.
* FindMatlab: added unit tests for new functionality.Cris Luengo2018-10-241-3/+2
| | | | Also allowing a way to select which of multiple installed MATLAB versions to use in the test.
* FindMatlab: Matlab Runtime Compiler supportRaffi Enficiaud2018-04-231-35/+51
| | | | | | | | | | * Determining automatically the MCR version on OSX and Windows * Distinguishing between MCR and Matlab * Specific tests for the MCR * mexext on windows does not work properly: the mexext is hardcoded * Doc updates for the MCR Fixes: #16487
* FindMatlab: add unit testsRaffi Enficiaud2018-04-091-3/+4
|
* Tests: Increasing the stability of the FindMatlab.basic_checks testRaffi Enficiaud2015-04-131-1/+1
| | | | Increase the timeout to tolerate longer network delays.
* FindMatlab: Rewrite module and provide a usage APIRaffi Enficiaud2015-03-171-0/+57
Implement a brand new FindMatlab module: - Add support for versions and components. - Find Matlab and its version in a more precise and multiplatform way. - Add API to create a new mex extension with documentation. - Add API to add matlab unit tests (with or without the unit test framework). - Find as much as possible based on a single Matlab_ROOT_DIR cache entry and allow the user to change it to re-find everything.