Files
buildroot/support/testing/tests/package/test_python_automat.py
tiopex dcdaa3599c bump version to 2022.02.9
add miyoo_defconfig
2023-01-31 16:39:34 +01:00

13 lines
351 B
Python

from tests.package.test_python import TestPythonPackageBase
class TestPythonPy3Automat(TestPythonPackageBase):
__test__ = True
config = TestPythonPackageBase.config + \
"""
BR2_PACKAGE_PYTHON3=y
BR2_PACKAGE_PYTHON_AUTOMAT=y
"""
sample_scripts = ["tests/package/sample_python_automat.py"]
timeout = 30