forked from github/server
20 lines
475 B
Lua
20 lines
475 B
Lua
require 'tests.e3.buildings'
|
|
require 'tests.e3.stealth'
|
|
require 'tests.e3.spells'
|
|
require 'tests.e3.rules'
|
|
require 'tests.e3.parser'
|
|
require 'tests.e3.morale'
|
|
require 'tests.e3.items'
|
|
require 'tests.e3.production'
|
|
require 'tests.spells'
|
|
require 'tests.economy'
|
|
require 'tests.orders'
|
|
require 'tests.common'
|
|
require 'tests.recruit'
|
|
require 'tests.parser'
|
|
require 'tests.items'
|
|
require 'tests.magicbag'
|
|
require 'tests.process'
|
|
require 'tests.production'
|
|
require 'tests.undead'
|