Add tests for (hollow)cube

This commit is contained in:
sfan5
2024-04-22 19:16:04 +02:00
parent 8065e3d804
commit 456ce8c800
2 changed files with 60 additions and 1 deletions

View File

@ -282,7 +282,7 @@ end)
for _, name in ipairs({
"manipulations", "schematic"
"manipulations", "primitives", "schematic"
}) do
dofile(minetest.get_modpath("worldedit") .. "/test/" .. name .. ".lua")
end