Skip to content

Commit bb6565d

Browse files
johnylin76lgirdwood
authored andcommitted
tools: testbench: add Crossover component tests
Crossover component is added as multi-output playback tests for testbench. Signed-off-by: Pin-chih Lin <johnylin@google.com>
1 parent 92761cf commit bb6565d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/test/topology/tplg-build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ done
229229
# for processing algorithms
230230
ALG_SINGLE_MODE_TESTS=(asrc eq-fir eq-iir src dcblock)
231231
ALG_SINGLE_SIMPLE_TESTS=(test-capture test-playback)
232-
ALG_MULTI_MODE_TESTS=()
233-
ALG_MULTI_SIMPLE_TESTS=()
232+
ALG_MULTI_MODE_TESTS=(crossover)
233+
ALG_MULTI_SIMPLE_TESTS=(test-playback)
234234
ALG_MULTI_PIPE_AMOUNT=(2 3 4)
235235
ALG_PROTOCOL_TESTS=(I2S)
236236
ALG_SSP_TESTS=(5)

0 commit comments

Comments
 (0)