forked from github/server
repair lua spells (bad stack index)
add a whole bunch more spell tests allow spell tests to disable fumbles
This commit is contained in:
parent
749d71f86d
commit
77be59a223
|
@ -1,9 +1,10 @@
|
|||
require "spells"
|
||||
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',
|
||||
srcpath .. '/example/scripts/tests/rules.lua',
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue