Set the min_ram limit to 64kB so that with new ztest lib can run the sample on board with enough ram. Smaller ram platforms are not used anymore. Signed-off-by: Francois Ramu <francois.ramu@st.com>
16 lines
311 B
YAML
16 lines
311 B
YAML
sample:
|
|
name: lz4 sample
|
|
description: lz4 data compression library
|
|
common:
|
|
tags: compression lz4
|
|
min_ram: 64
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
harness: console
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "Validation done. (.*)"
|
|
tests:
|
|
sample.compression.lz4:
|
|
tags: compression lz4
|