luaunit
luaunit copied to clipboard
Where does the luaunit.lua go?
You README states:
Then copy the file
luaunit.luainto your project or the Lualibsdirectory.
I don't have any "libs" directory under my LuaJIT installation. I have this:
.
├── lua
│ └── jit
│ ├── bc.lua
│ ├── bcsave.lua
│ ├── dis_arm.lua
│ ├── dis_arm64.lua
│ ├── dis_arm64be.lua
│ ├── dis_mips.lua
│ ├── dis_mips64.lua
│ ├── dis_mips64el.lua
│ ├── dis_mips64r6.lua
│ ├── dis_mips64r6el.lua
│ ├── dis_mipsel.lua
│ ├── dis_ppc.lua
│ ├── dis_x64.lua
│ ├── dis_x86.lua
│ ├── dump.lua
│ ├── p.lua
│ ├── v.lua
│ ├── vmdef.lua
│ └── zone.lua
├── lua51.dll
└── luajit.exe
So where should it go?
PS. I'm on Windows-11.
I found it, has to go under: ./lua/, and not under ./lua/jit/.
(There is no ./libs in Windows LuaJIT!)
Please write this in your README!
I reopen, because you should add this to the README to prevent wasting peoples time.