NavinSankar Velliangiri | c9aa260 | 2020-09-19 18:50:01 +0530 | [diff] [blame] | 1 | sample: |
| 2 | name: lz4 sample |
| 3 | description: lz4 data compression library |
| 4 | common: |
| 5 | tags: compression lz4 |
Francois Ramu | 2749cfe | 2022-10-24 17:41:39 +0200 | [diff] [blame] | 6 | min_ram: 64 |
Watson Zeng | 2945ccb | 2021-06-25 11:04:56 +0800 | [diff] [blame] | 7 | filter: TOOLCHAIN_HAS_NEWLIB == 1 |
NavinSankar Velliangiri | c9aa260 | 2020-09-19 18:50:01 +0530 | [diff] [blame] | 8 | harness: console |
| 9 | harness_config: |
| 10 | type: one_line |
| 11 | regex: |
| 12 | - "Validation done. (.*)" |
| 13 | tests: |
| 14 | sample.compression.lz4: |
| 15 | tags: compression lz4 |