diff options
Diffstat (limited to 'server/test/main.lua')
-rw-r--r-- | server/test/main.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/test/main.lua b/server/test/main.lua index 9b6e2c02..fc9c99a5 100644 --- a/server/test/main.lua +++ b/server/test/main.lua @@ -1,5 +1,8 @@ local fs = require 'bee.filesystem' + ROOT = fs.current_path() +LANG = 'en-US' + package.path = (ROOT / 'src' / '?.lua'):string() .. ';' .. (ROOT / 'src' / '?' / 'init.lua'):string() .. ';' .. (ROOT / 'test' / '?.lua'):string() |