From 45659fe0ce680790b4760adad0b1fb99ad9f4d60 Mon Sep 17 00:00:00 2001 From: Seppo Ingalsuo Date: Wed, 21 May 2025 15:09:37 +0300 Subject: [PATCH] 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 --- scripts/host-testbench.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/host-testbench.sh b/scripts/host-testbench.sh index 81119c960035..2392525f1b69 100755 --- a/scripts/host-testbench.sh +++ b/scripts/host-testbench.sh @@ -119,4 +119,7 @@ test_component aria 24 24 48000 "$FullTest" # test with asrc test_component asrc 32 32 48000 "$FullTest" +# test with template component +test_component template_comp 32 32 48000 "$FullTest" + echo "All tests are done!"