Xcode has "projects" and then "workspaces" and "schemes". Workspaces aggregate projects. Schemes exist in both workspaces and projects and are the way to say "do something with some of the stuff referred to by this project/workspace." So the way to do this formally is to have the gtest scheme build & run the tests from the gtest project.
The lldb.xcworkspace file does reference the gtest xcode project, and it has a scheme for the gtest. Not sure what the scheme does yet, I'll look in a few minutes if nobody beats me to it, I'm in the middle of things right now. Jim > On Mar 12, 2015, at 2:41 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