summaryrefslogtreecommitdiffstats
path: root/support/testing/tests/package/test_perl_encode_detect.py
blob: 4b33fee011f51eb66a6909e93dd37a13ef758e8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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")
OpenPOWER on IntegriCloud