server/scripts/runtests.lua
Enno Rehling d503937999 working on making json config understand ships and buildings.
new tests in progress.
remove giveitem.c attribute, the name clashed with a trigger,
and it was only part of an arena that is gone from the game, I think.
2014-06-12 22:14:07 -07:00

9 lines
129 B
Lua

-- new tests 2014-06-11
require "lunit"
require "tests.settings"
require "tests.config"
-- require "tests.ships"
lunit.main()