Fixed Xcode unit tests on non-Mac OSes

This commit is contained in:
Jason Perkins 2011-11-19 12:10:58 -05:00
parent de768084f1
commit 4bf628ac12
3 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,7 @@
local sln, tr
function suite.setup()
_OS = "macosx"
_ACTION = "xcode4"
io.eol = "\n"
xcode.used_ids = { } -- reset the list of generated IDs

View File

@ -12,7 +12,7 @@
--
-- Replacement for xcode.newid(). Creates a synthetic ID based on the node name,
-- it's intended usage (file ID, build ID, etc.) and its place in the tree. This
-- its intended usage (file ID, build ID, etc.) and its place in the tree. This
-- makes it easier to tell if the right ID is being used in the right places.
--

View File

@ -16,6 +16,7 @@
local sln, tr
function suite.setup()
_OS = "macosx"
_ACTION = "xcode3"
io.eol = "\n"
xcode.used_ids = { } -- reset the list of generated IDs