Skip to content

Commit 2c5fa57

Browse files
committed
Add test_localwfs_sbl() to test_all()
1 parent 849c8c1 commit 2c5fa57

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

validation/test_all.m

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@
8787
test_localwfs_vss(1);
8888
disp('Hit Enter to continue');
8989
pause
90+
disp('Running "test_localwfs_sbl(1)"');
91+
test_localwfs_sbl(1);
92+
disp('Hit Enter to continue');
93+
pause
9094
disp('Running "test_non_regular_grid(1)"');
9195
test_non_regular_grid(1);
9296
disp('Hit Enter to continue');
@@ -125,6 +129,7 @@
125129
test_hrtf_extrapolation(0,'QU_KEMAR'); ...
126130
test_interpolation_point_selection(0); ...
127131
test_localwfs_vss(0); ...
132+
test_localwfs_sbl(0); ...
128133
test_non_regular_grid(0); ...
129134
test_secondary_source_diameter(0); ...
130135
test_secondary_source_positions(0); ...

0 commit comments

Comments
 (0)