1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00
This commit is contained in:
Lars Mueller 2025-05-31 13:39:04 +02:00
parent ebb1ead848
commit ae83f4d264

View file

@ -35,10 +35,8 @@ read_globals = {
string = {fields = {"split", "trim"}},
table = {fields = {"copy", "getn", "indexof", "insert_all", "key_value_swap"}},
math = {fields = {"hypot", "round"}},
}
-- Busted-style unit testing
local bustitute = {
read_globals = {
"describe",
"it",
@ -46,9 +44,6 @@ local bustitute = {
},
}
files["mods/unittests/matrix4.lua"] = bustitute
files["mods/unittests/rotation.lua"] = bustitute
globals = {
"aborted",
"minetest",
@ -56,4 +51,3 @@ globals = {
os = { fields = { "tempfolder" } },
"_",
}