forked from github/server
749d71f86d
WIP: create_roi is broken until mages have spellbooks
9 lines
269 B
Lua
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',
|
|
}
|