zephyr/tests/net/lib/lwm2m/content_json/testcase.yaml
Kumar Gala 8f04408725 tests: Add newlib filter for some testcases that dont have it
Not all toolchains support newlib so tests that require newlib need
to have a filter to we don't try and build those tests on those
testcases.  Some newer tests are missing:

	filter: TOOLCHAIN_HAS_NEWLIB == 1

so add that to testcases that needed.

Signed-off-by: Kumar Gala <kumar.gala@intel.com>
2023-01-24 11:10:27 +00:00

6 lines
119 B
YAML

common:
depends_on: netif
tests:
net.lwm2m.content_json:
filter: TOOLCHAIN_HAS_NEWLIB == 1
tags: lwm2m net