Skip to content
Snippets Groups Projects
Commit cb1ef94d authored by Federico Felici's avatar Federico Felici
Browse files

make 'all' the default test case now

parent 714442e4
No related branches found
No related tags found
1 merge request!110Add test coverage and update test scripts
Checking pipeline status
......@@ -2,7 +2,7 @@ function [passed,results] = run_gdat_tests(test_case,coverage_report)
% Test runner for generic toolbox tests
if nargin==0 || isempty(test_case)
test_case = 'basic-tcv'; % default
test_case = 'all'; % default
end
test_case = lower(test_case); % lowercase
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment