mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
support/testing: add perl-x10 test
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Reviewed-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> [https://gitlab.com/RicardoMartincoski/buildroot/-/jobs/124872334] Tested-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
d48dc64c7d
commit
d9f5748a07
22
support/testing/tests/package/test_perl_x10.py
Normal file
22
support/testing/tests/package/test_perl_x10.py
Normal file
@@ -0,0 +1,22 @@
|
||||
from tests.package.test_perl import TestPerlBase
|
||||
|
||||
|
||||
class TestPerlX10(TestPerlBase):
|
||||
"""
|
||||
package:
|
||||
X10
|
||||
direct dependencies:
|
||||
Astro-SunTime
|
||||
Device-SerialPort
|
||||
Time-ParseDate
|
||||
"""
|
||||
|
||||
config = TestPerlBase.config + \
|
||||
"""
|
||||
BR2_PACKAGE_PERL=y
|
||||
BR2_PACKAGE_PERL_X10=y
|
||||
"""
|
||||
|
||||
def test_run(self):
|
||||
self.login()
|
||||
self.module_test("X10")
|
||||
Reference in New Issue
Block a user