Skip to content

Commit

Permalink
Change module paths to pick up local .so file
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjois committed Sep 24, 2016
1 parent d927194 commit d70473e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .busted
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ return {
default = {
coverage = true,
verbose = true,
path="./src/?.lua;./src/?/?.lua;./src/?/init.lua;./ucd/?.lua",
cpath="./?.so",
ROOT = { "spec" }
}
}

0 comments on commit d70473e

Please sign in to comment.