mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/python-pathspec: enable target variant
Also a runtime testcase is added. Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com> [yann.morin.1998@free.fr: - fix check-package - small codign style in test sample ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
0b2967e158
commit
7fa769dae3
11
support/testing/tests/package/test_python_pathspec.py
Normal file
11
support/testing/tests/package/test_python_pathspec.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from tests.package.test_python import TestPythonPackageBase
|
||||
|
||||
|
||||
class TestPythonPathSpec(TestPythonPackageBase):
|
||||
__test__ = True
|
||||
config = TestPythonPackageBase.config + \
|
||||
"""
|
||||
BR2_PACKAGE_PYTHON3=y
|
||||
BR2_PACKAGE_PYTHON_PATHSPEC=y
|
||||
"""
|
||||
sample_scripts = ["tests/package/sample_python_pathspec.py"]
|
||||
Reference in New Issue
Block a user