diff --git a/.busted b/.busted index 87a3aca..b35cfb1 100644 --- a/.busted +++ b/.busted @@ -2,6 +2,8 @@ return { default = { coverage = true, verbose = true, + path="./src/?.lua;./src/?/?.lua;./src/?/init.lua;./ucd/?.lua", + cpath="./?.so", ROOT = { "spec" } } }