mbox series

[0/2] ASoC: Improve coverage in default KUnit runs

Message ID 20230712-asoc-topology-kunit-enable-v1-0-b9f2da9dca23@kernel.org
Headers show
Series ASoC: Improve coverage in default KUnit runs | expand

Message

Mark Brown July 12, 2023, 3:40 p.m. UTC
We have some KUnit tests for ASoC but they're not being run as much as
they should be since ASoC isn't enabled in the configs used by default
with KUnit and in the case of the topolofy tests there is no way to
enable them without enabling drivers that use them.  Let's improve that.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
Mark Brown (2):
      kunit: Enable ASoC in all_tests.config
      ASoC: topology: Add explicit build option

 sound/soc/Kconfig                            | 11 +++++++++++
 tools/testing/kunit/configs/all_tests.config |  5 +++++
 2 files changed, 16 insertions(+)
---
base-commit: 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
change-id: 20230701-asoc-topology-kunit-enable-5e8dd50d0ed7

Best regards,