Simple tests for persistent attributes and a fix.

This commit is contained in:
Enno Rehling 2011-02-19 06:13:24 -08:00
parent 46ef7104a4
commit 6a98cbc8e4
1 changed files with 3 additions and 1 deletions

View File

@ -2,5 +2,7 @@ require "example.rules"
local srcpath = config.source_dir
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',
}