Rewrite planemap and idalloc in pure C++
This commit is contained in:
12
luprex/syslua/ut-misc.lua
Normal file
12
luprex/syslua/ut-misc.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
local ut = {}
|
||||
|
||||
function ut.idalloc()
|
||||
cunittests.idalloc()
|
||||
end
|
||||
|
||||
function ut.planemap()
|
||||
cunittests.planemap()
|
||||
end
|
||||
|
||||
rununittests(ut)
|
||||
Reference in New Issue
Block a user