summaryrefslogtreecommitdiffstats
path: root/support/testing/tests
diff options
context:
space:
mode:
Diffstat (limited to 'support/testing/tests')
-rw-r--r--support/testing/tests/package/test_perl_io_socket_multicast.py21
1 files changed, 21 insertions, 0 deletions
diff --git a/support/testing/tests/package/test_perl_io_socket_multicast.py b/support/testing/tests/package/test_perl_io_socket_multicast.py
new file mode 100644
index 0000000000..48a086a6f7
--- /dev/null
+++ b/support/testing/tests/package/test_perl_io_socket_multicast.py
@@ -0,0 +1,21 @@
+from tests.package.test_perl import TestPerlBase
+
+
+class TestPerlIOSocketMulticast(TestPerlBase):
+ """
+ package:
+ IO-Socket-Multicast XS
+ direct dependencies:
+ IO-Interface XS
+ """
+
+ config = TestPerlBase.config + \
+ """
+ BR2_PACKAGE_PERL=y
+ BR2_PACKAGE_PERL_IO_SOCKET_MULTICAST=y
+ """
+
+ def test_run(self):
+ self.login()
+ self.module_test("IO::Interface")
+ self.module_test("IO::Socket::Multicast")
OpenPOWER on IntegriCloud