spells.lua is a bad file for example and meropis, it tests things that not every game has.

lua_pushinteger() must be new, I've never used it before.
all tests in meropis and example pass.
This commit is contained in:
Enno Rehling 2011-02-26 23:21:12 -08:00
parent 80e79e2fef
commit cf9bf54a95
1 changed files with 0 additions and 1 deletions

View File

@ -3,6 +3,5 @@ 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', srcpath .. '/shared/scripts/tests/bson.lua',
} }