tests: lwm2m_registry: Add newlib filter to testcase.yaml
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. Add the following to testcase.yaml to handle the issue: filter: TOOLCHAIN_HAS_NEWLIB == 1 Fixes #54440 Signed-off-by: Kumar Gala <kumar.gala@intel.com>
This commit is contained in:
parent
f7c4c64c63
commit
ab764aada9
1 changed files with 1 additions and 0 deletions
|
@ -3,3 +3,4 @@ common:
|
|||
tests:
|
||||
subsys.net.lib.lwm2m.lwm2m_registry:
|
||||
tags: lwm2m net
|
||||
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue