2012-05-30 03:08:56 +02:00
|
|
|
require "spells"
|
2010-08-08 10:06:34 +02:00
|
|
|
require "example.rules"
|
|
|
|
|
|
|
|
local srcpath = config.source_dir
|
|
|
|
tests = {
|
2012-05-26 04:55:47 +02:00
|
|
|
srcpath .. '/shared/scripts/tests/spells.lua',
|
2011-02-19 15:13:24 +01:00
|
|
|
srcpath .. '/shared/scripts/tests/common.lua',
|
|
|
|
srcpath .. '/shared/scripts/tests/bson.lua',
|
2012-05-30 03:08:56 +02:00
|
|
|
srcpath .. '/example/scripts/tests/rules.lua',
|
2010-08-08 10:06:34 +02:00
|
|
|
}
|