You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: ztest: fix ztest/unit tests to build when CONFIG_SOF is removed
SOF builds previously relied on CONFIG_SOF to be externally defined in
zephyr/modules/Kconfig.sof, but set in sof/app/prj.conf. This was
removed in Zephyr, and now instead the new
CONFIG_SOF_FULL_ZEPHYR_APPLICATION is set on SOF side. This must be set
to 'no' for the ztest unit tests to ensure full SOF dependencies are not
pulled into unit tests builds.
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
0 commit comments