2010-02-22 08:14:37 +01:00
|
|
|
require "spells"
|
2010-02-20 00:54:42 +01:00
|
|
|
require "e3a.xmas2009"
|
|
|
|
require "e3a.rules"
|
2010-04-20 07:33:07 +02:00
|
|
|
require "e3a.markets"
|
2010-03-23 02:19:53 +01:00
|
|
|
|
|
|
|
local srcpath = config.source_dir
|
|
|
|
tests = {
|
2010-03-25 07:14:46 +01:00
|
|
|
srcpath .. '/eressea/scripts/tests/castles.lua',
|
2010-03-23 02:19:53 +01:00
|
|
|
srcpath .. '/eressea/scripts/tests/morale.lua',
|
|
|
|
srcpath .. '/server/scripts/tests/common.lua',
|
|
|
|
srcpath .. '/eressea/scripts/tests/e3a.lua',
|
|
|
|
}
|