ASoC: topology: KUnit: Add KUnit tests passing various arguments to snd_soc_tplg_comp...
[sfrench/cifs-2.6.git] / sound / soc / Makefile
index eee370492eeeb47cdadf6ce1474c9f7eddb5997e..f56ad996eae88bc5fda09250e130d4e84d2c3568 100644 (file)
@@ -7,6 +7,11 @@ ifneq ($(CONFIG_SND_SOC_TOPOLOGY),)
 snd-soc-core-objs += soc-topology.o
 endif
 
+ifneq ($(CONFIG_SND_SOC_TOPOLOGY_KUNIT_TESTS),)
+# snd-soc-test-objs := soc-topology-test.o
+obj-$(CONFIG_SND_SOC_TOPOLOGY_KUNIT_TESTS) := soc-topology-test.o
+endif
+
 ifneq ($(CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM),)
 snd-soc-core-objs += soc-generic-dmaengine-pcm.o
 endif