use mtt for integration tests

This commit is contained in:
BuckarooBanzay 2022-08-02 14:56:32 +02:00
parent 4b496a1e61
commit 5642f139df
17 changed files with 75 additions and 130 deletions

View file

@ -64,3 +64,7 @@ end
-- migrate storage
mail.migrate()
if minetest.get_modpath("mtt") then
dofile(MP .. "/mtt.lua")
end