1-- Configuration for unit tests
2-- See: http://olivinelabs.com/busted/
3return {
4	default = {
5		lpath = "./?.lua;./?/init.lua",
6		helper = "./bpf/spec/helper.lua",
7		["auto-insulate"] = false,
8	}
9}
10