Skip to content
Snippets Groups Projects
Commit b76cfc7a authored by Federico Felici's avatar Federico Felici Committed by Olivier Sauter
Browse files

fix test population mechanism

parent d8fcacd1
Branches
Tags
1 merge request!110Add test coverage and update test scripts
......@@ -46,8 +46,8 @@ testspath = fullfile(tbxpath,'tests');
lastwarn('','');
suite_all = [matlab.unittest.TestSuite.fromClass(?fullfile(testspath,test_requestnames_tcv)),...
matlab.unittest.TestSuite.fromClass(?fullfile(testspath,test_tcv_get_ids))];
suite_all = [matlab.unittest.TestSuite.fromFile(fullfile(testspath,'test_requestnames_tcv.m')),...
matlab.unittest.TestSuite.fromFile(fullfile(testspath,'test_tcv_get_ids.m'))];
[~,s] = lastwarn();
if isequal(s,'MATLAB:unittest:TestSuite:FileExcluded')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment