Skip to content
Snippets Groups Projects
Commit 307b1ef6 authored by Olivier Sauter's avatar Olivier Sauter
Browse files

test which interpos

parent 148b1907
No related branches found
No related tags found
1 merge request!170Fix firratio
Pipeline #209141 failed
......@@ -2,8 +2,11 @@ function tests_matlab(test_case)
try
fprintf('\n Running test file: %s\n',mfilename('fullpath'));
fprintf(' Time: %s\n',datestr(now));
passed = run_gdat_tests(test_case); % call to your test script here, with optional test_case input
which interpos
which interpos_nan
ls /home
passed = true
%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.
Please register or to comment