Add FPGA tests

This commit is contained in:
Jude Melton-Houghton
2022-04-14 12:33:59 -04:00
parent 60e03e98a5
commit 6cecec7612
7 changed files with 401 additions and 1 deletions

View File

@ -36,9 +36,13 @@ files["mesecons/actionqueue.lua"] = {
}
files["*/spec/**/*.lua"] = {
read_globals = {"assert", "fixture", "mineunit", "sourcefile", "world"},
read_globals = {"assert", "fixture", "mineunit", "Player", "sourcefile", "world"},
}
files["mesecons/spec/fixtures/voxelmanip.lua"] = {
globals = {"minetest.get_voxel_manip"},
}
files["mesecons_fpga/spec/fixtures/mesecons_fpga.lua"] = {
globals = {"minetest.register_on_player_receive_fields"},
}