Skip to content

Commit

Permalink
add recursive option to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed May 3, 2023
1 parent 555db78 commit a1ca105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
addpath(fullfile(testFolder, 'utils'));

if ispc
success = moxunit_runtests(testFolder, '-verbose');
success = moxunit_runtests(testFolder, '-verbose', '-recursive');

else
success = moxunit_runtests(testFolder, ...
Expand Down

0 comments on commit a1ca105

Please sign in to comment.