Skip to content

Commit

Permalink
[test] add unit tests for surfboolean
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Dec 23, 2024
1 parent f11665b commit 62c1c6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/run_iso2mesh_test.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ function run_iso2mesh_test(tests)
% run_iso2mesh_test
% or
% run_iso2mesh_test(tests)
% run_iso2mesh_test({'prim', 'utils', 'core', 'surf','vol'})
% run_iso2mesh_test({'prim', 'utils', 'core', 'surf','bool','vol'})
%
% Unit testing for Iso2Mesh
%
Expand All @@ -16,6 +16,7 @@ function run_iso2mesh_test(tests)
% 'utils': utilities
% 'core': core functions
% 'surf': surface processing
% 'bool': surface boolean operations
% 'vol': volume processing
% 'bugs': test specific bug fixes
%
Expand All @@ -26,7 +27,7 @@ function run_iso2mesh_test(tests)
%

if (nargin == 0)
tests = {'prim', 'utils', 'core', 'surf'};
tests = {'prim', 'utils', 'core', 'surf', 'bool', 'vol'};
end

%%
Expand Down

0 comments on commit 62c1c6a

Please sign in to comment.