Skip to content

Commit

Permalink
Add test_localwfs_sbl() to test_all()
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Sep 18, 2017
1 parent 849c8c1 commit 2c5fa57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions validation/test_all.m
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down Expand Up @@ -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); ...
Expand Down

0 comments on commit 2c5fa57

Please sign in to comment.