support/testing/tests/package/test_lzip.py: new runtime test
Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
260d7331bc
commit
3c0d12221e
@ -1751,6 +1751,7 @@ F: support/testing/tests/package/test_iperf3.py
|
|||||||
F: support/testing/tests/package/test_kexec.py
|
F: support/testing/tests/package/test_kexec.py
|
||||||
F: support/testing/tests/package/test_kexec/
|
F: support/testing/tests/package/test_kexec/
|
||||||
F: support/testing/tests/package/test_libjxl.py
|
F: support/testing/tests/package/test_libjxl.py
|
||||||
|
F: support/testing/tests/package/test_lzip.py
|
||||||
F: support/testing/tests/package/test_lsof.py
|
F: support/testing/tests/package/test_lsof.py
|
||||||
F: support/testing/tests/package/test_lz4.py
|
F: support/testing/tests/package/test_lz4.py
|
||||||
F: support/testing/tests/package/test_lzop.py
|
F: support/testing/tests/package/test_lzop.py
|
||||||
|
12
support/testing/tests/package/test_lzip.py
Normal file
12
support/testing/tests/package/test_lzip.py
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
from tests.package.test_compressor_base import TestCompressorBase
|
||||||
|
|
||||||
|
|
||||||
|
class TestLzip(TestCompressorBase):
|
||||||
|
__test__ = True
|
||||||
|
config = TestCompressorBase.config + \
|
||||||
|
"""
|
||||||
|
BR2_PACKAGE_LZIP=y
|
||||||
|
"""
|
||||||
|
compress_cmd = "lzip"
|
||||||
|
decompress_cmd = "lzip -d"
|
||||||
|
compressed_file_ext = ".lz"
|
Loading…
Reference in New Issue
Block a user