* move the bson tests

* include the spells tests
This commit is contained in:
Enno Rehling 2011-02-19 06:17:08 -08:00
parent 1dd659ce78
commit e6ccccf054
2 changed files with 5 additions and 2 deletions

View File

@ -5,10 +5,11 @@ require "e3a.markets"
local srcpath = config.source_dir
tests = {
srcpath .. '/shared/scripts/tests/common.lua',
srcpath .. '/shared/scripts/tests/spells.lua',
srcpath .. '/shared/scripts/tests/bson.lua',
srcpath .. '/eressea/scripts/tests/castles.lua',
srcpath .. '/eressea/scripts/tests/morale.lua',
srcpath .. '/shared/scripts/tests/common.lua',
srcpath .. '/eressea/scripts/tests/e3a.lua',
srcpath .. '/eressea/scripts/tests/stealth.lua',
srcpath .. '/eressea/scripts/tests/bson.lua',
}

View File

@ -17,5 +17,7 @@ require "eressea.ents"
local srcpath = config.source_dir
tests = {
srcpath .. '/shared/scripts/tests/common.lua',
srcpath .. '/shared/scripts/tests/spells.lua',
srcpath .. '/shared/scripts/tests/bson.lua',
srcpath .. '/eressea/scripts/tests/eressea.lua',
}