forked from github/server
* move the bson tests
* include the spells tests
This commit is contained in:
parent
1dd659ce78
commit
e6ccccf054
2 changed files with 5 additions and 2 deletions
|
@ -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',
|
||||
}
|
||||
|
|
|
@ -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',
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue