samples: compression: lz4: add TOOLCHAIN_HAS_NEWLIB filter
samples\compression\lz4 rely on CONFIG_NEWLIB_LIBC=y, let's add TOOLCHAIN_HAS_NEWLIB filter for it. Signed-off-by: Watson Zeng <zhiwei@synopsys.com>
This commit is contained in:
parent
aec4c4977d
commit
2945ccb7e2
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ sample:
|
|||
common:
|
||||
tags: compression lz4
|
||||
min_ram: 32
|
||||
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
||||
harness: console
|
||||
harness_config:
|
||||
type: one_line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue