chore: fix busted config
This commit is contained in:
parent
01192e3021
commit
2b78edf3d4
2
.busted
2
.busted
|
@ -17,7 +17,7 @@ return {
|
||||||
_all = {
|
_all = {
|
||||||
lpath = lua_module_paths("lua_modules/share/lua/" .. version)
|
lpath = lua_module_paths("lua_modules/share/lua/" .. version)
|
||||||
.. lua_module_paths "types"
|
.. lua_module_paths "types"
|
||||||
.. lua_module_paths "./src/awesomewm.d.tl",
|
.. lua_module_paths "src",
|
||||||
cpath = "lua_modules/lib/lua/" .. version .. "/?.so;",
|
cpath = "lua_modules/lib/lua/" .. version .. "/?.so;",
|
||||||
loaders = { "teal" },
|
loaders = { "teal" },
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue