Added tests for bindesc reading, to test reading on multiple C/C++ standards. Only RAM and flash backends are tested, as the flash simulator can't simulate a memory mapped flash. Signed-off-by: Yonatan Schachter <yonatan.schachter@gmail.com>
12 lines
200 B
Plaintext
12 lines
200 B
Plaintext
# Copyright 2023 Yonatan Schachter
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_ZTEST=y
|
|
CONFIG_FLASH=y
|
|
|
|
CONFIG_BINDESC=y
|
|
CONFIG_BINDESC_READ=y
|
|
CONFIG_BINDESC_READ_FLASH=y
|
|
CONFIG_BINDESC_READ_RAM=y
|