2010-08-08 10:06:34 +02:00
|
|
|
require "example.rules"
|
|
|
|
|
|
|
|
local srcpath = config.source_dir
|
|
|
|
tests = {
|
2011-02-19 15:13:24 +01:00
|
|
|
srcpath .. '/shared/scripts/tests/common.lua',
|
|
|
|
srcpath .. '/shared/scripts/tests/bson.lua',
|
2010-08-08 10:06:34 +02:00
|
|
|
}
|
2011-03-04 20:38:36 +01:00
|
|
|
|
|
|
|
-- variables used in testsuite
|
|
|
|
test = {
|
|
|
|
swordmakeskill = 3, -- weaponsmithing skill for swords
|
|
|
|
swordiron = 1, -- iron per sword
|
|
|
|
horsecapacity = 2000, -- carrying capacity of horses (minus weight)
|
|
|
|
cartcapacity = 10000 -- carrying capacity of carts (minus weight)
|
|
|
|
}
|