zephyr/tests/subsys/ipc/ipc_service/prj.conf
NingX Zhao aa49e988ce tests: ipc: move to new ztest api
Move tests/subsys/ipc to new ztest API.

Signed-off-by: NingX Zhao <ningx.zhao@intel.com>
2022-07-05 12:17:47 +00:00

8 lines
164 B
Plaintext

# Copyright 2021 Carlo Caione <ccaione@baylibre.com>
# SPDX-License-Identifier: Apache-2.0
CONFIG_ZTEST=y
CONFIG_MMU=y
CONFIG_IPC_SERVICE=y
CONFIG_ZTEST_NEW_API=y