server/scripts/example/modules.lua
Enno Rehling 749d71f86d testing spells in the example server also
WIP: create_roi is broken until mages have spellbooks
2012-05-25 19:55:47 -07:00

9 lines
269 B
Lua

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