Skip to content

Commit 560531e

Browse files
committed
boot-test: enable by default in debug builds
Now that the DSP panic has been fixed, re-enable boot-testing in debug builds. Note, that we need to increase ztest thread stack size for the VMH test. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent 2f39787 commit 560531e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/debug_overlay.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
CONFIG_DEBUG=y
22
CONFIG_ASSERT=y
33

4-
# Disabled until DSP panic #8621 is fixed
5-
# CONFIG_ZTEST=y
6-
# CONFIG_SOF_BOOT_TEST=y
4+
CONFIG_ZTEST=y
5+
CONFIG_TEST_EXTRA_STACK_SIZE=7168
6+
CONFIG_SOF_BOOT_TEST=y
77

88
CONFIG_DAI_VERBOSE_GLITCH_WARNINGS=y
99

zephyr/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if (CONFIG_SOF_BOOT_TEST)
1+
if (CONFIG_SOF_BOOT_TEST AND NOT CONFIG_METEORLAKE)
22
zephyr_library_sources_ifdef(CONFIG_VIRTUAL_HEAP
33
vmh.c
44
)

0 commit comments

Comments
 (0)