Skip to content

Commit

Permalink
tests_before_release_R2021a: Add solo.hwzv
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikPGJ committed May 20, 2024
1 parent 32e3d73 commit 3dcb8cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests_before_release_R2021a.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@

% Add tests for MATLAB packages in which automated test files can be
% automatically found via MATLAB's filenaming convention.
for pkgPathCa = {'bicas', 'solo.hwzv'}
% NOTE: Searches for tests recursively.
for pkgPathCa = {'bicas', 'solo.adm', 'solo.hwzv'}
suite = [ ...
suite, matlab.unittest.TestSuite.fromPackage(...
pkgPathCa{1}, 'IncludingSubpackages', true) ...
Expand Down

0 comments on commit 3dcb8cc

Please sign in to comment.