evo-lua / evo-legacy

[Obsoleted Prototype] Highly experimental Lua runtime environment built on Luvi (libuv + LuaJIT)
https://evo-lua.github.io
0 stars 0 forks source link

Add a unit test suite to complement the existing acceptance tests #65

Closed rdw-software closed 2 years ago

rdw-software commented 2 years ago

All unit tests are running on Ubuntu only since I really CBA to waste hours upon hours trying to make LuaRocks work on Windows. It's not ideal, but hopefully there won't be any differences since the codebase is identical anyway.

Update: Removed busted since getting it to work on all platforms is a PITA. Can't even test Mac OS, so let's go with a much simpler (but limited) homebrew solution, for now.

rdw-software commented 2 years ago

Well, I can envision better solutions, but I suppose it gets the job done. May have to revisit later, but for now there's more important things to worry about.