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

run correct test file

parent 56eb97bd
No related branches found
No related tags found
1 merge request!110Add test coverage and update test scripts
......@@ -3,7 +3,7 @@ try
fprintf('\n Running test file: %s\n',mfilename('fullpath'));
fprintf(' Time: %s\n',datestr(now));
passed = run_tbx_tests(test_case); % call to your test script here, with optional test_case input
passed = run_gdat_tests(test_case); % call to your test script here, with optional test_case input
exit_code = int32(~passed); % convert to bash shell convention
catch ME
disp(getReport(ME))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment