Lines Matching +full:run +full:- +full:unittests
9 …using this command: `svn checkout http://googletest.googlecode.com/svn/trunk/ googletest-read-only`
10 …1. Open up the `gtest.xcodeproj` in the `googletest-read-only/xcode/` directory and build the gtes…
11 1. Create a new "Shell Tool" target in your Xcode project called something like "UnitTests"
12 …framework to your project and add it to the "Link Binary with Libraries" build phase of "UnitTests"
13 1. Add your unit test source code to the "Compile Sources" build phase of "UnitTests"
14 …1. Edit the "UnitTests" executable and add an environment variable named "DYLD\_FRAMEWORK\_PATH" w…
24 svn checkout http://googletest.googlecode.com/svn/trunk/ googletest-read-only
29 …e. However, keeping it outside the trunk in a version-tagged directory called something like `thir…
31 …-line) property simpler. This same method can be used to check out a tagged branch, by using the a…
44 …--- The simplest way to add Google Test to your own project, is to open gtest.xcodeproj (found in …
45 …* **Option 2** --- If you are going to be living off the trunk of Google Test, incorporating its l…
53 …* **Option 1** --- During compilation, Xcode will need to know that you are linking against the gt…
54 …--- If your working out of the trunk, you'll also want to add gtest.framework to your "Link Binary…
56 # Set Up the Executable Run Environment #
63 [Session started at 2008-08-15 06:23:57 -0600.]
76 [Session started at 2008-08-06 06:36:13 -0600.]
78 [----------] Global test environment set-up.
79 [----------] 2 tests from WidgetInitializerTest
80 [ RUN ] WidgetInitializerTest.TestConstructor
82 [ RUN ] WidgetInitializerTest.TestConversion
84 [----------] Global test environment tear-down