Fixing some last holdouts from the eressea->core rename.

This commit is contained in:
Enno Rehling 2013-12-30 09:29:18 +01:00
parent 30b3911637
commit 7b86db29d7
2 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@ require "e3a.markets"
local srcpath = config.source_dir
tests = {
srcpath .. '/eressea/scripts/tests/common.lua',
srcpath .. '/eressea/scripts/tests/spells.lua',
srcpath .. '/core/scripts/tests/common.lua',
srcpath .. '/core/scripts/tests/spells.lua',
-- srcpath .. '/eressea/scripts/tests/bson.lua',
-- srcpath .. '/eressea/scripts/tests/attrib.lua',
srcpath .. '/scripts/tests/spells.lua',

View File

@ -16,8 +16,8 @@ require "eressea.ents"
local srcpath = config.source_dir
tests = {
srcpath .. '/eressea/scripts/tests/common.lua',
srcpath .. '/eressea/scripts/tests/spells.lua',
srcpath .. '/core/scripts/tests/common.lua',
srcpath .. '/core/scripts/tests/spells.lua',
-- srcpath .. '/eressea/scripts/tests/bson.lua',
srcpath .. '/scripts/tests/spells.lua',
srcpath .. '/scripts/tests/spells-e2.lua',