mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-07 17:51:56 +00:00
This adds a test suite for the JSON library, testing both encoding and decoding of all supported data types, including arrays, nested objects, and basic types such as booleans, numbers, and strings. Jira: ZEP-1607 Change-Id: I4f6ad7e2859a142e06d405e0760e91751e01a31f Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
5 lines
121 B
INI
5 lines
121 B
INI
[test]
|
|
tags = json
|
|
build_only = true
|
|
filter = ( CONFIG_SRAM_SIZE > 32 or CONFIG_DCCM_SIZE > 32 or CONFIG_RAM_SIZE > 32 )
|