zephyr/tests/kernel/mem_heap/shared_multi_heap/prj.conf
Carlo Caione 3f8c119357 tests: shared_multi_heap: Move to new ztest API
Migrate the test to the new ztest API.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2022-07-08 20:13:04 +00:00

7 lines
157 B
Plaintext

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