summaryrefslogtreecommitdiffstats
path: root/Tests/FindMatlab
Commit message (Collapse)AuthorAgeFilesLines
* 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-178-0/+197
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.