tests: json: only build if newlib isn't configured
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>
This commit is contained in:
parent
4d912b004b
commit
f319660ce5
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
tests:
|
tests:
|
||||||
- test:
|
- test:
|
||||||
build_only: true
|
build_only: true
|
||||||
|
filter: not CONFIG_NEWLIB_LIBC
|
||||||
min_ram: 32
|
min_ram: 32
|
||||||
tags: json
|
tags: json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue