kumquat-buildroot/support/testing/tests/package/test_perl_xml_libxml.py
Francois Perrad fe4b91db57 support/testing/tests/packages/test_perl_*: regeneration
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-12-06 22:19:59 +01:00

23 lines
447 B
Python

from tests.package.test_perl import TestPerlBase
class TestPerlXMLLibXML(TestPerlBase):
"""
package:
XML-LibXML XS
direct dependencies:
XML-NamespaceSupport
XML-SAX
XML-SAX-Base
"""
config = TestPerlBase.config + \
"""
BR2_PACKAGE_PERL=y
BR2_PACKAGE_PERL_XML_LIBXML=y
"""
def test_run(self):
self.login()
self.module_test("XML::LibXML")