xref: /aosp_15_r20/external/bcc/tests/lua/.busted (revision 387f9dfdfa2baef462e92476d413c7bc2470293e)
1-- Configuration for unit tests
2-- See: http://olivinelabs.com/busted/
3return {
4	default = {
5		lpath = "./?.lua",
6		["auto-insulate"] = false,
7	}
8}