[Buildroot] [PATCH 12/12] support/testing: add missing test file for perl-html-parser

Thomas De Schampheleire patrickdepinguin at gmail.com
Mon Feb 10 10:47:05 UTC 2020


From: Thomas De Schampheleire <thomas.de_schampheleire at nokia.com>

This file was created by utils/scancpan while adding other packages but
apparently not yet added in the repo.

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire at nokia.com>
---
 .../tests/package/test_perl_html_parser.py    | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 support/testing/tests/package/test_perl_html_parser.py

diff --git a/support/testing/tests/package/test_perl_html_parser.py b/support/testing/tests/package/test_perl_html_parser.py
new file mode 100644
index 0000000000..6431633482
--- /dev/null
+++ b/support/testing/tests/package/test_perl_html_parser.py
@@ -0,0 +1,20 @@
+from tests.package.test_perl import TestPerlBase
+
+
+class TestPerlHTMLParser(TestPerlBase):
+    """
+    package:
+        HTML-Parser   XS
+    direct dependencies:
+        HTML-Tagset
+    """
+
+    config = TestPerlBase.config + \
+        """
+        BR2_PACKAGE_PERL=y
+        BR2_PACKAGE_PERL_HTML_PARSER=y
+        """
+
+    def test_run(self):
+        self.login()
+        self.module_test("HTML::Parser")
-- 
2.24.1




More information about the buildroot mailing list