mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 04:36:33 +00:00
support/testing: add perl-encode-decode test
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
7046c20476
commit
d5196b8ee9
20
support/testing/tests/package/test_perl_encode_detect.py
Normal file
20
support/testing/tests/package/test_perl_encode_detect.py
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
from tests.package.test_perl import TestPerlBase
|
||||||
|
|
||||||
|
|
||||||
|
class TestPerlEncodeDetect(TestPerlBase):
|
||||||
|
"""
|
||||||
|
package:
|
||||||
|
Encode-Detect XS
|
||||||
|
direct dependencies:
|
||||||
|
Module-Build
|
||||||
|
"""
|
||||||
|
|
||||||
|
config = TestPerlBase.config + \
|
||||||
|
"""
|
||||||
|
BR2_PACKAGE_PERL=y
|
||||||
|
BR2_PACKAGE_PERL_ENCODE_DETECT=y
|
||||||
|
"""
|
||||||
|
|
||||||
|
def test_run(self):
|
||||||
|
self.login()
|
||||||
|
self.module_test("Encode::Detect")
|
Loading…
x
Reference in New Issue
Block a user