Tests use nordic specific comparator api which enable it's runtime reconfiguration. As there were no tests prepared when introducing this api, PR adds some to extend test coverage. Signed-off-by: Bartlomiej Buczek <bartlomiej.buczek@nordicsemi.no>
7 lines
134 B
Plaintext
7 lines
134 B
Plaintext
# Copyright (c) 2024 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_GPIO=y
|
|
CONFIG_COMPARATOR=y
|
|
CONFIG_ZTEST=y
|