Add test suite which validates logging behavior in various configurations. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
# 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"
|
|
|
|
source "Kconfig.zephyr"
|