geez0x1 / CompliantJointToolbox

Compliant Joint Toolbox (CJT) for MATLAB and Simulink
GNU General Public License v3.0
37 stars 14 forks source link

Simulink tests file documentation does not actually work #42

Closed geez0x1 closed 6 years ago

geez0x1 commented 6 years ago

The file cjtSimulinkLibraryTest.m states the following in its documentation:

% To run tests from the command prompt, use the runtests command with your
% MATLAB test file as input. For example:
%
%   results = runtests('simulinkLibraryTest.m')
%
% Alternatively, you can run tests using the run function.
%
%   results = run(simulinkLibraryTest)

but these commands do not actually work, on my setup at least.

geez0x1 commented 6 years ago

This was due to file names being updated, but documentation and class names not being updated.