Expanded MATLAB tests

This commit is contained in:
Jason Watkins
2015-03-26 11:13:41 -07:00
parent 8dace8b2ab
commit 9791283578
4 changed files with 13 additions and 7 deletions

View File

@@ -18,7 +18,8 @@ theTests = {{@openCloseTest, 'Open/Close Test', 0},...
{@CTRLTest,'CTRL Test', 0},...
{@POSITest,'POSI Test', 0},...
{@pauseTest,'Pause Test', 0},...
{@struTest,'Struct Test', 0}};
{@struTest,'Struct Test', 0},...
{@setConnTest, 'setConn Test', 0}};
for i=1:length(theTests)
fprintf(['Test ',num2str(i),': ',theTests{i}{2},' - ']);