unplugged-vendor/external/bcc/tests/lua/.busted

8 lines
148 B
Plaintext
Raw Normal View History

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