Add z_test which uses new configs to capture multiple threads in a core dump and with all of the context necessary to debug the threads. Signed-off-by: Mark Holden <mholden@meta.com>
8 lines
176 B
Plaintext
8 lines
176 B
Plaintext
# Copyright Meta Platforms, Inc. and its affiliates.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_ZTEST=y
|
|
|
|
CONFIG_DEBUG_COREDUMP=y
|
|
CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_THREADS=y
|