android13/external/bcc/tests/lua/.busted

8 lines
148 B
Plaintext

-- Configuration for unit tests
-- See: http://olivinelabs.com/busted/
return {
default = {
lpath = "./?.lua",
["auto-insulate"] = false,
}
}