]> git.ipfire.org Git - thirdparty/linux.git/commit
firmware: cs_dsp: Mark KUnit test suites KUNIT_SPEED_SLOW
authorRichard Fitzgerald <rf@opensource.cirrus.com>
Wed, 25 Feb 2026 12:56:44 +0000 (12:56 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 25 Feb 2026 18:33:17 +0000 (18:33 +0000)
commit5c74a008ffc62fc57a041602b4517519c8bf9436
tree1a99f57321ee37454dab936edba34a0ca1601775
parent260c3fff1fefc570d8f23e87953e181d7d248861
firmware: cs_dsp: Mark KUnit test suites KUNIT_SPEED_SLOW

Most of the test suites perform a large number of test cases, so
mark the suites as KUNIT_SPEED_SLOW for anyone who finds that useful.

The callback test suites haven't been marked because they don't
perform many test cases, and the tests are quick.

Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com>
Link: https://patch.msgid.link/20260225125644.1248826-1-rf@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/firmware/cirrus/test/cs_dsp_test_bin.c
drivers/firmware/cirrus/test/cs_dsp_test_bin_error.c
drivers/firmware/cirrus/test/cs_dsp_test_control_cache.c
drivers/firmware/cirrus/test/cs_dsp_test_control_parse.c
drivers/firmware/cirrus/test/cs_dsp_test_control_rw.c
drivers/firmware/cirrus/test/cs_dsp_test_wmfw.c
drivers/firmware/cirrus/test/cs_dsp_test_wmfw_error.c