summaryrefslogtreecommitdiffstats
path: root/support/testing/tests/package/test_perl_class_load.py
diff options
context:
space:
mode:
Diffstat (limited to 'support/testing/tests/package/test_perl_class_load.py')
-rw-r--r--support/testing/tests/package/test_perl_class_load.py28
1 files changed, 28 insertions, 0 deletions
diff --git a/support/testing/tests/package/test_perl_class_load.py b/support/testing/tests/package/test_perl_class_load.py
new file mode 100644
index 0000000000..1e86c03743
--- /dev/null
+++ b/support/testing/tests/package/test_perl_class_load.py
@@ -0,0 +1,28 @@
+from tests.package.test_perl import TestPerlBase
+
+
+class TestPerlClassLoad(TestPerlBase):
+ """
+ package:
+ Class-Load
+ direct dependencies:
+ Data-OptList *
+ Module-Implementation
+ Module-Runtime
+ Package-Stash
+ Try-Tiny
+ indirect dependencies:
+ Dist-CheckConflicts
+ Params-Util
+ Sub-Install
+ """
+
+ config = TestPerlBase.config + \
+ """
+ BR2_PACKAGE_PERL=y
+ BR2_PACKAGE_PERL_CLASS_LOAD=y
+ """
+
+ def test_run(self):
+ self.login()
+ self.module_test("Class::Load")
OpenPOWER on IntegriCloud