Skip to content

Commit 36c1019

Browse files
committed
Scripts: host-testbench: Add more modules to quick test procedure
This patch adds Dolby DAX (stub version), level_multiplier, micsel, sound_dose to scripts/host-testbench.sh. Running this quick test for sane output and memory violations with Valgrind helps to avoid regressions in the modules. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent f1ab62f commit 36c1019

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

scripts/host-testbench.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,16 @@ test_component asrc 32 32 48000 "$FullTest"
122122
# test with template component
123123
test_component template_comp 32 32 48000 "$FullTest"
124124

125+
# test with Dolby DAX with stub
126+
test_component dolby-dax 32 32 48000 "$FullTest"
127+
128+
# test with level_multiplier
129+
test_component level_multiplier 32 32 48000 "$FullTest"
130+
131+
# test with micsel
132+
test_component micsel 32 32 48000 "$FullTest"
133+
134+
# test with sound_dose
135+
test_component sound_dose 32 32 48000 "$FullTest"
136+
125137
echo "All tests are done!"

0 commit comments

Comments
 (0)