summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2018-12-04 05:37:53 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-12-06 22:30:40 +0100
commit35c858bd82b1a17422bc326b861b2716bbb1befc (patch)
tree2560aa2bfef28e47196df63a97c2b475a965676e /support
parentd5196b8ee90f985d38a0a62d4c5b0c95673e9327 (diff)
downloadbuildroot-35c858bd82b1a17422bc326b861b2716bbb1befc.tar.gz
buildroot-35c858bd82b1a17422bc326b861b2716bbb1befc.zip
support/testing: add perl-io-socket-multicast test
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'support')
-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