forked from github/server
Simple tests for persistent attributes and a fix.
This commit is contained in:
parent
46ef7104a4
commit
6a98cbc8e4
|
@ -2,5 +2,7 @@ require "example.rules"
|
||||||
|
|
||||||
local srcpath = config.source_dir
|
local srcpath = config.source_dir
|
||||||
tests = {
|
tests = {
|
||||||
srcpath .. '/shared/scripts/tests/common.lua',
|
srcpath .. '/shared/scripts/tests/common.lua',
|
||||||
|
srcpath .. '/shared/scripts/tests/spells.lua',
|
||||||
|
srcpath .. '/shared/scripts/tests/bson.lua',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue