forked from github/server
77be59a223
add a whole bunch more spell tests allow spell tests to disable fumbles
10 lines
286 B
Lua
10 lines
286 B
Lua
require "spells"
|
|
require "example.rules"
|
|
|
|
local srcpath = config.source_dir
|
|
tests = {
|
|
srcpath .. '/shared/scripts/tests/spells.lua',
|
|
srcpath .. '/shared/scripts/tests/common.lua',
|
|
srcpath .. '/shared/scripts/tests/bson.lua',
|
|
srcpath .. '/example/scripts/tests/rules.lua',
|
|
}
|