Lines Matching full:gtest
10 …1. Open up the `gtest.xcodeproj` in the `googletest-read-only/xcode/` directory and build the gtes…
12 …1. Add the gtest.framework to your project and add it to the "Link Binary with Libraries" build ph…
14 …ORK\_PATH" with a value equal to the path to the framework containing the gtest.framework relative…
21 Currently, the gtest.framework discussed here isn't available in a tagged release of Google Test, i…
42 The next step is to build and add the gtest.framework to your own project. This guide describes two…
44 …gtest.xcodeproj (found in the xcode/ directory of the Google Test trunk) and build the framework m…
45 …gtest.xcodeproj file, not the framework itself, to your own Xcode project. Then, from the build pr…
51 Next, you'll want to add gtest.framework in two different ways, depending upon which option you cho…
53 …on, Xcode will need to know that you are linking against the gtest.framework. Add the gtest.framew…
54 …gtest.framework to your "Link Binary with Libraries" build phase of your test target. In addition,…
58 …gtest.framework. Instead, the dynamic linker must be told at runtime to search for the framework i…
64 dyld: Library not loaded: @loader_path/../Frameworks/gtest.framework/Versions/A/gtest
69 … in this location, find the relative path to the directory containing the gtest.framework. That is…