Buckaroo Banzai 8fb8c794ec
use mtt for testing (#66)
* use `mtt` for testing

* fix luacheck

Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
2022-12-17 16:19:51 -05:00

8 lines
223 B
Lua

-- simple smoketests and node registration verifications
mtt.emerge_area({x=0,y=0,z=0}, {x=32,y=32,z=32})
mtt.validate_nodenames(minetest.get_modpath("travelnet") .. "/test/nodenames.txt")
mtt.check_recipes("travelnet")