slap_rotate/test.lua

13 lines
244 B
Lua
Raw Normal View History

2020-12-22 18:36:40 +01:00
local current_modname = minetest.get_current_modname()
local path = minetest.get_modpath(current_modname)
do
local test = dofile(path.."/tests/rotate.lua")
test()
end
do
local test = dofile(path.."/tests/flip.lua")
test()
end