Fixed Xcode unit tests on non-Mac OSes
This commit is contained in:
parent
de768084f1
commit
4bf628ac12
@ -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
|
||||
|
@ -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.
|
||||
--
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user