Re: [lldb-dev] lldb-gtest scheme and target added to Xcode project

2015-10-26 Thread Todd Fiala via lldb-dev
Yes, they do. On Mon, Oct 26, 2015 at 9:34 AM, Zachary Turner wrote: > Nice! Out of curiosity, do all the unittests pass? (I expect they do, as > they do everywhere else, just wondering) > > On Sun, Oct 25, 2015 at 2:57 PM Todd Fiala via lldb-dev < > lldb-dev@lists.llvm.org> wrote: > >> This s

Re: [lldb-dev] lldb-gtest scheme and target added to Xcode project

2015-10-26 Thread Zachary Turner via lldb-dev
Nice! Out of curiosity, do all the unittests pass? (I expect they do, as they do everywhere else, just wondering) On Sun, Oct 25, 2015 at 2:57 PM Todd Fiala via lldb-dev < lldb-dev@lists.llvm.org> wrote: > This should be fixed with: > $ svn commit > unittests/Editline/CMakeLists.txt > Transmitt

Re: [lldb-dev] lldb-gtest scheme and target added to Xcode project

2015-10-25 Thread Todd Fiala via lldb-dev
This should be fixed with: $ svn commit unittests/Editline/CMakeLists.txt Transmitting file data . Committed revision 251264. On Sun, Oct 25, 2015 at 2:55 PM, Todd Fiala wrote: > Okay this broke the cmake Linux build. I'm fixing that now... > > On Sun, Oct 25, 2015 at 2:49 PM, Todd Fiala wrote

Re: [lldb-dev] lldb-gtest scheme and target added to Xcode project

2015-10-25 Thread Todd Fiala via lldb-dev
Okay this broke the cmake Linux build. I'm fixing that now... On Sun, Oct 25, 2015 at 2:49 PM, Todd Fiala wrote: > Hi all, > > I've taken a stab at getting the gtests in lldb/unittests to compile and > run on Xcode. I just checked this in. There's a new scheme called > lldb-gtest. If you run

[lldb-dev] lldb-gtest scheme and target added to Xcode project

2015-10-25 Thread Todd Fiala via lldb-dev
Hi all, I've taken a stab at getting the gtests in lldb/unittests to compile and run on Xcode. I just checked this in. There's a new scheme called lldb-gtest. If you run that in Xcode, it should build the DebugClang variant of lldb and link against the gtest libraries that come with clang. The