forked from github/server
testing spells in the example server also
WIP: create_roi is broken until mages have spellbooks
This commit is contained in:
parent
fdbc7605c5
commit
749d71f86d
|
@ -3,6 +3,7 @@ require "example.rules"
|
||||||
local srcpath = config.source_dir
|
local srcpath = config.source_dir
|
||||||
tests = {
|
tests = {
|
||||||
srcpath .. '/example/scripts/tests/rules.lua',
|
srcpath .. '/example/scripts/tests/rules.lua',
|
||||||
|
srcpath .. '/shared/scripts/tests/spells.lua',
|
||||||
srcpath .. '/shared/scripts/tests/common.lua',
|
srcpath .. '/shared/scripts/tests/common.lua',
|
||||||
srcpath .. '/shared/scripts/tests/bson.lua',
|
srcpath .. '/shared/scripts/tests/bson.lua',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue