initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
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")
|
||||
Reference in New Issue
Block a user