multi/tests/main.lua
2023-07-04 23:45:43 -04:00

8 lines
208 B
Lua

package.path = "../?/init.lua;../?.lua;"..package.path
require("runtests")
require("threadtests")
-- Allows you to run "love tests" which runs the tests
function love.update()
multi:uManager()
end