Skip to content

Commit 3e06cd9

Browse files
singalsulgirdwood
authored andcommitted
Scripts/host-testbench: Add test run for template_comp
This add ensures that basic functionality of the template component is tested regularly. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent 050d5a4 commit 3e06cd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/host-testbench.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,4 +119,7 @@ test_component aria 24 24 48000 "$FullTest"
119119
# test with asrc
120120
test_component asrc 32 32 48000 "$FullTest"
121121

122+
# test with template component
123+
test_component template_comp 32 32 48000 "$FullTest"
124+
122125
echo "All tests are done!"

0 commit comments

Comments
 (0)