diff --git a/validation/test_all.m b/validation/test_all.m index 8471e551..f5ec9408 100644 --- a/validation/test_all.m +++ b/validation/test_all.m @@ -87,6 +87,10 @@ test_localwfs_vss(1); disp('Hit Enter to continue'); pause + disp('Running "test_localwfs_sbl(1)"'); + test_localwfs_sbl(1); + disp('Hit Enter to continue'); + pause disp('Running "test_non_regular_grid(1)"'); test_non_regular_grid(1); disp('Hit Enter to continue'); @@ -125,6 +129,7 @@ test_hrtf_extrapolation(0,'QU_KEMAR'); ... test_interpolation_point_selection(0); ... test_localwfs_vss(0); ... + test_localwfs_sbl(0); ... test_non_regular_grid(0); ... test_secondary_source_diameter(0); ... test_secondary_source_positions(0); ...