summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorpreston.a.jackson <preston.a.jackson@861a406c-534a-0410-8894-cb66d6ee9925>2008-12-09 00:05:42 +0000
committerpreston.a.jackson <preston.a.jackson@861a406c-534a-0410-8894-cb66d6ee9925>2008-12-09 00:05:42 +0000
commita20206328ab83bc8ef4ce56cd1b54684b5d0be6f (patch)
tree3e08a4bfc8b297b73757f89e0baf90b2c5c81d2f /README
parent31c0c5e8bf3845bb60176e999a2cc64b63812a2a (diff)
downloadgoogletest-a20206328ab83bc8ef4ce56cd1b54684b5d0be6f.tar.gz
Updating README with instructions on running python tests from within Xcode.
git-svn-id: http://googletest.googlecode.com/svn/trunk@151 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 7 insertions, 6 deletions
diff --git a/README b/README
index 8420ade..e03debe 100644
--- a/README
+++ b/README
@@ -177,12 +177,13 @@ test has its own Xcode "Target" and Xcode "Executable". To build any of the
tests, change the active target and the active executable to the test of
interest and then build and run.
-NOTE: Several tests use a Python script to run the test executable. They require
-a separate custom "Xcode Executable" to run the Python script within Xcode.
-These "Xcode Executables" are named with "run_" prepended to the test name.
-Also, the gtest_xml_outfiles_test requres two executable tests to be built.
-These executables are built in separate targets with a trailing underscore in
-the name.
+NOTE: Several tests use a Python script to run the test executable. These can be
+run from Xcode by creating a "Custom Executable". For example, to run the Python
+script which executes the gtest_color_test, select the Project->New Custom
+Executable... menu item. When prompted, set the "Executable Name" to something
+like "run_gtest_color_test" and set the "Executable Path" to the path of the
+gtest_color_test.py script. Finally, choose "Run" from the Run menu and check
+the Console for the results.
Individual tests can be built from the command line using: