testing spells in the example server also

WIP: create_roi is broken until mages have spellbooks
This commit is contained in:
Enno Rehling 2012-05-25 19:55:47 -07:00
parent fdbc7605c5
commit 749d71f86d
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ require "example.rules"
local srcpath = config.source_dir
tests = {
srcpath .. '/example/scripts/tests/rules.lua',
srcpath .. '/shared/scripts/tests/spells.lua',
srcpath .. '/shared/scripts/tests/common.lua',
srcpath .. '/shared/scripts/tests/bson.lua',
}