Remove all usage of CONFIG_ZTEST_NEW_API from tests and sample as this is now enabled by default. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
15 lines
245 B
Plaintext
15 lines
245 B
Plaintext
# Copyright (c) 2023 North River Systems Ltd
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_ZTEST=y
|
|
CONFIG_SENSOR=y
|
|
CONFIG_EMUL=y
|
|
|
|
CONFIG_I2C_EMUL=y
|
|
CONFIG_I2C_LOG_LEVEL_DBG=y
|
|
|
|
CONFIG_INA237=y
|
|
CONFIG_INA237_VSHUNT=y
|
|
|
|
CONFIG_CBPRINTF_FP_SUPPORT=y
|