server/scripts/tests/e3/init.lua

20 lines
475 B
Lua
Raw Permalink Normal View History

require 'tests.e3.buildings'
2017-04-25 13:27:13 +02:00
require 'tests.e3.stealth'
require 'tests.e3.spells'
require 'tests.e3.rules'
2017-04-25 13:27:13 +02:00
require 'tests.e3.parser'
require 'tests.e3.morale'
require 'tests.e3.items'
require 'tests.e3.production'
require 'tests.spells'
2017-04-25 13:27:13 +02:00
require 'tests.economy'
require 'tests.orders'
require 'tests.common'
2020-04-22 03:03:44 +02:00
require 'tests.recruit'
require 'tests.parser'
2017-04-25 13:27:13 +02:00
require 'tests.items'
require 'tests.magicbag'
require 'tests.process'
require 'tests.production'
2017-06-11 14:43:46 +02:00
require 'tests.undead'