13 lines
139 B
Lua
13 lines
139 B
Lua
|
|
|
||
|
|
local ut = {}
|
||
|
|
|
||
|
|
function ut.idalloc()
|
||
|
|
cunittests.idalloc()
|
||
|
|
end
|
||
|
|
|
||
|
|
function ut.planemap()
|
||
|
|
cunittests.planemap()
|
||
|
|
end
|
||
|
|
|
||
|
|
rununittests(ut)
|