package/lua-cffi: new package

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Francois Perrad
2021-03-21 16:49:03 +01:00
committed by Arnout Vandecappelle (Essensium/Mind)
parent 3621918d1b
commit 13114d0f93
5 changed files with 51 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
from tests.package.test_lua import TestLuaBase
class TestLuaLuaCffi(TestLuaBase):
config = TestLuaBase.config + \
"""
BR2_PACKAGE_LUA=y
BR2_PACKAGE_LUA_CFFI=y
"""
def test_run(self):
self.login()
self.module_test("cffi")