diff --git a/toolbox/runAllMyTestsFS.m b/toolbox/runAllMyTestsFS.m index 5203c5a63..40c5856bf 100644 --- a/toolbox/runAllMyTestsFS.m +++ b/toolbox/runAllMyTestsFS.m @@ -125,6 +125,10 @@ function runAllMyTestsFS(cat2test, options) elseif strcmp(cat2test,'utilities') str=regexp(FilesIncluded(:,8),'UTI*'); boo=~cellfun(@isempty,str); + +elseif strcmp(cat2test,'FMvol') + str=regexp(FilesIncluded(:,8),'FMvol'); + boo=~cellfun(@isempty,str); else error('FSDA:runTests:WrgCLS','Wrong class')