zephyr/tests/subsys/logging/log_api/Kconfig
Krzysztof Chruściński 4d6bce34f7 tests: logging: log_api: Validate CONFIG_LOG_MSG_APPEND_RO_STRING_LOC
Extended test to validate that RO string locations are appended to
the cbprintf package for a log message if Kconfig option is enabled.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2024-03-04 14:01:55 +01:00

12 lines
351 B
Text

# Copyright (c) 2021 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
module = SAMPLE_MODULE
module-str = Test logging API
source "subsys/logging/Kconfig.template.log_config"
config TEST_LOG_MSG_APPEND_RO_STRING_LOC
bool "Append read-only string locations to the package"
select LOG_MSG_APPEND_RO_STRING_LOC
source "Kconfig.zephyr"