2020-09-19 21:20:01 +08:00
|
|
|
sample:
|
|
|
|
name: lz4 sample
|
|
|
|
description: lz4 data compression library
|
|
|
|
common:
|
2023-05-08 19:37:42 +08:00
|
|
|
tags:
|
|
|
|
- compression
|
|
|
|
- lz4
|
2022-10-24 23:41:39 +08:00
|
|
|
min_ram: 64
|
2023-09-29 06:27:11 +08:00
|
|
|
filter: CONFIG_FULL_LIBC_SUPPORTED
|
2020-09-19 21:20:01 +08:00
|
|
|
harness: console
|
|
|
|
harness_config:
|
|
|
|
type: one_line
|
|
|
|
regex:
|
|
|
|
- "Validation done. (.*)"
|
2023-09-13 03:53:28 +08:00
|
|
|
modules:
|
|
|
|
- lz4
|
2020-09-19 21:20:01 +08:00
|
|
|
tests:
|
|
|
|
sample.compression.lz4:
|
2023-05-24 21:38:21 +08:00
|
|
|
integration_platforms:
|
|
|
|
- mps2_an385
|
|
|
|
- qemu_riscv64
|
2023-05-08 19:37:42 +08:00
|
|
|
tags:
|
|
|
|
- compression
|
|
|
|
- lz4
|