fix lua tests for arda that were using wrong directories

This commit is contained in:
Enno Rehling 2012-06-02 10:55:20 -07:00
parent aa16d796f2
commit 2f0790800d
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ local respath = srcpath .. '/server/res'
local paths = {
'server/scripts/?.lua',
'core/scripts/?.lua',
-- 'external/lunit/?.lua'
'dependencies/lunit/?.lua'
}
for idx, path in pairs(paths) do

View File

@ -6,5 +6,5 @@ tests = {
srcpath .. '/core/scripts/tests/spells.lua',
srcpath .. '/core/scripts/tests/common.lua',
srcpath .. '/core/scripts/tests/bson.lua',
srcpath .. '/arda/scripts/tests/rules.lua',
srcpath .. '/server/scripts/tests/rules.lua',
}