Added tests for the bindesc subsystem, testing definition of binary descriptors on several qemu architectures, and using several C standards (c99, c11, etc.). Signed-off-by: Yonatan Schachter <yonatan.schachter@gmail.com>
13 lines
228 B
Plaintext
13 lines
228 B
Plaintext
# Copyright 2023 Yonatan Schachter
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_NEW_API=y
|
|
|
|
CONFIG_BINDESC=y
|
|
CONFIG_BINDESC_DEFINE=y
|
|
|
|
CONFIG_BINDESC_DEFINE_VERSION=y
|
|
CONFIG_BINDESC_KERNEL_VERSION_NUMBER=y
|