mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-21 22:35:21 +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>
4 lines
66 B
Plaintext
4 lines
66 B
Plaintext
CONFIG_JSON_LIBRARY=y
|
|
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_STACKSIZE=32768
|