server/scripts/example/modules.lua

10 lines
269 B
Lua
Raw Normal View History

2010-08-08 10:06:34 +02:00
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',
2010-08-08 10:06:34 +02:00
}