Migrate the test to the new ztest API. Signed-off-by: Carlo Caione <ccaione@baylibre.com>
7 lines
157 B
Plaintext
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
|