I mean that currently there is a gtest.xcodeproj in lldb/gtest whereas most stuff goes in lldb.xcodeproj.
Anyway, that part isn't that important. The real question is is it important for you that it not break even for a few days, or is it ok if it running unit tests works only through the cmake build? I.e. Do i need to synchronize the changes for cmake and xcode? On Fri, Mar 13, 2015 at 8:13 AM Vince Harron <vi...@nethacker.com> wrote: > > we can add it to the "real" Xcode project as a separate target > > What does this mean? > On Mar 12, 2015 10:20 PM, "Zachary Turner" <ztur...@google.com> wrote: > >> What do you use it for? How bad will it disrupt you if it's temporarily >> broken? What if, during the temporarily broken time, it still works through >> the cmake build on osx? >> >> Trying to figure out if i need to synchronize fixes to the Xcode build. >> On Thu, Mar 12, 2015 at 4:33 PM Vince Harron <vi...@nethacker.com> wrote: >> >>> We use it. >>> On Mar 12, 2015 2:47 PM, "Zachary Turner" <ztur...@google.com> wrote: >>> >>>> In lldb/gtest there is a gtest.xcodeproj folder with what I guess is an >>>> Xcode project. If I understand the way Xcode works, the way to use this is >>>> by opening this in another instance of Xcode separate from your normal LLDB >>>> project, and then building it. Is this right? >>>> >>>> I have a patch that moves some files around, and if nobody is using >>>> this Xcode project, I would like to delete it. Then, after I get the tests >>>> up and running in the CMake build, we can add it to the "real" Xcode >>>> project as a separate target similar to how you currently run the LLDB Test >>>> suite. >>>> >>>> Any objections to deleting the Xcode project? >>>> >>>> _______________________________________________ >>>> lldb-dev mailing list >>>> lldb-dev@cs.uiuc.edu >>>> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev >>>> >>>>
_______________________________________________ lldb-dev mailing list lldb-dev@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev