kumquat-buildroot/support/testing/tests/package/test_xz.py
Julien Olivain 665303586a support/testing/tests/package/test_xz.py: new runtime test
Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-07-11 22:43:46 +02:00

11 lines
238 B
Python

from tests.package.test_compressor_base import TestCompressorBase
class TestXz(TestCompressorBase):
__test__ = True
config = TestCompressorBase.config + \
"""
BR2_PACKAGE_XZ=y
"""
compress_cmd = "xz"