From 77be59a223c5bef727859737422206bcea247906 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Tue, 29 May 2012 18:08:56 -0700 Subject: [PATCH] repair lua spells (bad stack index) add a whole bunch more spell tests allow spell tests to disable fumbles --- scripts/example/modules.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/example/modules.lua b/scripts/example/modules.lua index 9270ac59f..f3ed5ed94 100644 --- a/scripts/example/modules.lua +++ b/scripts/example/modules.lua @@ -1,9 +1,10 @@ +require "spells" require "example.rules" local srcpath = config.source_dir tests = { - srcpath .. '/example/scripts/tests/rules.lua', srcpath .. '/shared/scripts/tests/spells.lua', srcpath .. '/shared/scripts/tests/common.lua', srcpath .. '/shared/scripts/tests/bson.lua', + srcpath .. '/example/scripts/tests/rules.lua', }