mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
1fcc0dcb00
commit
665303586a
10
support/testing/tests/package/test_xz.py
Normal file
10
support/testing/tests/package/test_xz.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from tests.package.test_compressor_base import TestCompressorBase
|
||||
|
||||
|
||||
class TestXz(TestCompressorBase):
|
||||
__test__ = True
|
||||
config = TestCompressorBase.config + \
|
||||
"""
|
||||
BR2_PACKAGE_XZ=y
|
||||
"""
|
||||
compress_cmd = "xz"
|
||||
Reference in New Issue
Block a user