Sign in
android-kvm
/
buildroot
/
refs/heads/master
/
.
/
support
/
testing
/
tests
/
package
/
test_lua_cffi.py
blob: 32547a4ae1f64c086a8b50f01185356c8235d5d5 [
file
] [
log
] [
blame
] [
edit
]
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"
)