Skip to content

Commit

Permalink
Scripts: Add ARIA and ASRC to sof-testbench4 test run
Browse files Browse the repository at this point in the history
This patch adds the two components to this script and into
tests done by the CI test system. The quick test includes
check for sane componnet output with chirp signal input and
tests for memory violations with Valgrind.

Signed-off-by: Seppo Ingalsuo <[email protected]>
  • Loading branch information
singalsu authored and lgirdwood committed Oct 29, 2024
1 parent f809e13 commit 7d7c3e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/host-testbench.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,10 @@ test_component src 24 24 48000 "$FullTest"
# test with tdfb
test_component tdfb 32 32 48000 "$FullTest"

# test with aria
test_component aria 24 24 48000 "$FullTest"

# test with asrc
test_component asrc 32 32 48000 "$FullTest"

echo "All tests are done!"

0 comments on commit 7d7c3e7

Please sign in to comment.