Skip to content

Extend matlab_add_unit_test to run arbitrary code for the test.

This commit allows a custom matlab set of commands to be run as the test instead of runtests('matlab_file_name'). It also escapes strings for matlab commands to allow for complicated matlab commands to be passed into the tests.

Merge request reports