server/scripts/tests/e3/init.lua
Enno Rehling b0baba4405 bug 2290: sawmill bonus was broken.
not pleased with the test, which is in lua only.
https://bugs.eressea.de/view.php?id=2290
2017-03-02 19:21:11 +01:00

12 lines
302 B
Lua

require 'tests.e3.castles'
require 'tests.e3.stealth'
require 'tests.e3.spells'
require 'tests.e3.rules'
require 'tests.e3.parser'
require 'tests.e3.morale'
require 'tests.economy'
require 'tests.orders'
require 'tests.common'
-- require 'tests.report'
require 'tests.magicbag'
require 'tests.process'