server/scripts/example/modules.lua
Enno Rehling 77be59a223 repair lua spells (bad stack index)
add a whole bunch more spell tests
allow spell tests to disable fumbles
2012-05-29 18:45:50 -07:00

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',
}