This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
cedfa9b4ab
zephyr
/
tests
/
lib
/
json
/
prj.conf
4 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
test: Add test for JSON library 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>
2017-03-24 07:37:22 +08:00
CONFIG_JSON_LIBRARY=y
CONFIG_ZTEST=y
tests: json: reduce ztest stack size Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-08-11 20:01:53 +08:00
CONFIG_ZTEST_STACKSIZE=2048