2010-08-08 09:40:42 +02:00
|
|
|
require "spells"
|
|
|
|
require "e3a.xmas2009"
|
|
|
|
require "e3a.rules"
|
|
|
|
require "e3a.markets"
|
|
|
|
|
|
|
|
local srcpath = config.source_dir
|
|
|
|
tests = {
|
2012-06-05 16:36:33 +02:00
|
|
|
srcpath .. '/eressea/scripts/tests/common.lua',
|
2012-05-26 04:55:03 +02:00
|
|
|
srcpath .. '/eressea/scripts/tests/spells.lua',
|
2012-06-05 16:36:33 +02:00
|
|
|
-- srcpath .. '/eressea/scripts/tests/bson.lua',
|
|
|
|
-- srcpath .. '/eressea/scripts/tests/attrib.lua',
|
|
|
|
srcpath .. '/scripts/tests/spells.lua',
|
|
|
|
srcpath .. '/scripts/tests/castles.lua',
|
|
|
|
srcpath .. '/scripts/tests/morale.lua',
|
|
|
|
srcpath .. '/scripts/tests/e3a.lua',
|
|
|
|
srcpath .. '/scripts/tests/stealth.lua',
|
2010-08-08 09:40:42 +02:00
|
|
|
}
|