Signed-off-by: Francois Perrad <francois.perrad@gadz.org> [yann.morin.1998@free.fr: propagate gdbm deps, fix check-package] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
14 lines
279 B
Python
14 lines
279 B
Python
from tests.package.test_lua import TestLuaBase
|
|
|
|
|
|
class TestLuaLgdbm(TestLuaBase):
|
|
config = TestLuaBase.config + \
|
|
"""
|
|
BR2_PACKAGE_LUA=y
|
|
BR2_PACKAGE_LUA_LGDBM=y
|
|
"""
|
|
|
|
def test_run(self):
|
|
self.login()
|
|
self.module_test("gdbm")
|