mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/python-aexpect: new package
This package was initially requested by José Pekkarinen, so he is assigned as the maintainer for it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
12
support/testing/tests/package/test_python_aexpect.py
Normal file
12
support/testing/tests/package/test_python_aexpect.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from tests.package.test_python import TestPythonPackageBase
|
||||
|
||||
|
||||
class TestPythonPy3Aexpect(TestPythonPackageBase):
|
||||
__test__ = True
|
||||
config = TestPythonPackageBase.config + \
|
||||
"""
|
||||
BR2_PACKAGE_PYTHON3=y
|
||||
BR2_PACKAGE_PYTHON_AEXPECT=y
|
||||
"""
|
||||
sample_scripts = ["tests/package/sample_python_aexpect.py"]
|
||||
timeout = 30
|
||||
Reference in New Issue
Block a user