Skip to content

Commit

Permalink
matlab bindings: Update to runTests.m to flag error on CI when tests …
Browse files Browse the repository at this point in the history
…fail
  • Loading branch information
SrikanthPagadarai committed Jan 29, 2025
1 parent 2d77c3a commit 469ca5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/matlab/test/runTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
p = CodeCoveragePlugin.forFolder(strcat("..", filesep, "+adi", filesep, "+libiio"),"Producing",reportFormat);
runner.addPlugin(p);
results = runner.run(suite);
exit(any([results.Failed]));

0 comments on commit 469ca5a

Please sign in to comment.