mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 23:51:56 +00:00
Right now we have various type conflicts between the json library and newlib. Until these are resolved only build the json test if newlib isn't enabled. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
7 lines
120 B
YAML
7 lines
120 B
YAML
tests:
|
|
- test:
|
|
build_only: true
|
|
filter: not CONFIG_NEWLIB_LIBC
|
|
min_ram: 32
|
|
tags: json
|