coreboot-kgpe-d16/tests
Jakub Czapiga c1e4c5aaa5 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>
2021-10-14 13:13:07 +00:00
..
acpi tests: Improve test output readability 2021-09-01 19:38:09 +00:00
commonlib tests: Improve test output readability 2021-09-01 19:38:09 +00:00
console tests: Improve test output readability 2021-09-01 19:38:09 +00:00
data/lib/lzma-test tests: Add lib/lzma-test test case 2021-10-14 13:13:07 +00:00
device tests: Improve test output readability 2021-09-01 19:38:09 +00:00
include tests: Add lib/cbfs-lookup-test test case 2021-09-14 23:35:38 +00:00
lib tests: Add lib/lzma-test test case 2021-10-14 13:13:07 +00:00
mock tests: Add lib/cbfs-lookup-test test case 2021-09-14 23:35:38 +00:00
stubs tests/stubs/console: Allow enabling printk to print to stdout 2021-09-13 14:00:57 +00:00
Makefile.inc tests: Add lib/lzma-test test case 2021-10-14 13:13:07 +00:00