diff options
author | Jakub Czapiga <jacz@semihalf.com> | 2021-07-23 13:35:14 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-10-14 13:13:07 +0000 |
commit | c1e4c5aaa5cbe9b1fa8d16be9b23038bc5fbc9b8 (patch) | |
tree | ebdf567ed68486c967d5c47989d709fdaedfa2dd /tests/console | |
parent | c45e0bedb26002b32cf6ecaca26a56214c28a8b5 (diff) |
tests: Add lib/lzma-test test case
Files used by this test are in: tests/data/lib/lzma-test/
file.bin - files with uncompressed data
file.lzma.bin - files with LZMA-compressed data from file.bin
How to prepare compressed file:
util/cbfs-compression-tool compress file.bin /tmp/file.lzma.bin lzma
dd if=/tmp/file.lzma.bin of=file.lzma.bin skip=8 ibs=1
Signed-off-by: Jakub Czapiga <jacz@semihalf.com>
Change-Id: Id75e0b41991382d4c391b031862106de58eacdf7
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57555
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Diffstat (limited to 'tests/console')
0 files changed, 0 insertions, 0 deletions