Skip to content

Commit

Permalink
added FMvol class functions
Browse files Browse the repository at this point in the history
  • Loading branch information
AldoCorbelliniUNIPR committed Jan 31, 2024
1 parent 4ceca55 commit ea4e0c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions toolbox/runAllMyTestsFS.m
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit ea4e0c8

Please sign in to comment.