~widelands-dev/widelands/trunk

1
2
3
4
5
6
7
include("scripting/coroutine.lua")

run(function()
  sleep(3000)
  print('# All Tests passed.')
  wl.ui.MapView():close()
end)