Keyboard Shortcuts

File
u :up to issue
m :publish + mail comments
M :edit review message
j / k :jump to file after / before current file
J / K :jump to next file with a comment after / before current file
Side-by-side diff
i :toggle intra-line diffs
e :expand all comments
c :collapse all comments
s :toggle showing all comments
n / p :next / previous diff chunk or comment
N / P :next / previous comment
<Up> / <Down> :next / previous line
<Enter> :respond to / edit current comment
d :mark current comment as done
Issue
u :up to list of issues
m :publish + mail comments
j / k :jump to patch after / before current patch
o / <Enter> :open current patch in side-by-side view
i :open current patch in unified diff view
Issue List
j / k :jump to issue after / before current issue
o / <Enter> :open current issue
# : close issue
Comment/message editing
<Ctrl> + s or <Ctrl> + Enter :save comment
<Esc> :cancel edit
Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(74)
Issues Repositories Search
Open Issues | Closed Issues | All Issues | Sign in with your Google Account to create issues and add comments

Issue 9451: Update xcode project with custom executables for the pythonn tests and removes a console warning

Can't Edit
Can't Publish+Mail
Start Review
Created:
17 years, 1 month ago by Preston Jackson
Modified:
11 years, 1 month ago
Reviewers:
Zhanyong, wan, vladl
CC:
opensource-gtest_google.com
Base URL:
http://googletest.googlecode.com/svn/trunk/
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : Reordered targets alphabetcially annd changed naming scheme for python test targets #

Patch Set 3 : Additional tweaking to the target names #

Patch Set 4 : README tuning #

Created: 17 years, 1 month ago
Download [raw] [tar.bz2]
Unified diffs Side-by-side diffs Delta from patch set Stats (+443 lines, -448 lines) Patch
README View 2 3 2 chunks +9 lines, -11 lines 0 comments Download
xcode/Config/InternalPythonTestTarget.xcconfig View 1 chunk +8 lines, -0 lines 1 comment Download
xcode/Scripts/runtests.sh View 1 chunk +10 lines, -10 lines 0 comments Download
xcode/gtest.xcodeproj/project.pbxproj View 1 2 90 chunks +416 lines, -427 lines 0 comments Download
Total messages: 5
|
Preston Jackson
I updated the xcode project to remove the console warning we were seeing. A while ...
17 years, 1 month ago (2008年11月20日 17:26:43 UTC) #1
I updated the xcode project to remove the console warning we were seeing. A
while ago I had accidentally duplicated a reference to the gtest.framework build
product.
Also, I ordered the target lists in the same order as the runtests.sh executes
the tests. This will help us more easily verify changes since all lists will be
in the same order.
Finally, I added "executables" for the python tests such that they can be
executed from within Xcode.
Sign in to reply to this message.
Preston Jackson
Guys, "Take two," on this review. I reordered the targets to reflect the order in ...
17 years, 1 month ago (2008年11月21日 17:51:56 UTC) #2
Guys,
"Take two," on this review. I reordered the targets to reflect the order in the
new make file (alphabetically in function group). Also, I added Zhanyong's
suggested changes to the target names. Here's how it works
Non-python tests have a target name, the same name as the .cc file (without the
suffix). This part hasn't changed
Python-based tests have two targets. The first one (with a trailing underscore
in the name) simply builds the .cc file into an executable. The second target
(without the trailing underscore) ensures the first target has been built, and
then copies over the necessary python scripts to the build directory.
As with the previous review, I removed the console warning, and added custom
executables to run the python script from within Xcode (but not xcodebuild).
Please take a look, when you get a chance.
Sign in to reply to this message.
Preston Jackson
Ok, "Take three" on this review. Let me know if there are outstanding issues. I'm ...
17 years, 1 month ago (2008年11月21日 19:59:46 UTC) #3
Ok,
"Take three" on this review. Let me know if there are outstanding issues. I'm
pretty sure I got them all, but... I was sure before :)
Preston
Sign in to reply to this message.
Zhanyong
This looks good. I just have one question. I verified that: - the warning is ...
17 years, 1 month ago (2008年11月21日 21:38:39 UTC) #4
This looks good. I just have one question.
I verified that:
- the warning is gone.
- the build targets have the correct names.
- xcodebuild [-configuration Debug] succeeds.
- xcodebuild [-configuration Debug] -target Check works fine except for
gtest_output_test failing, which is a known issue.
Please submit!
http://codereview.appspot.com/9451/diff/10/210
File xcode/Config/InternalPythonTestTarget.xcconfig (right):
http://codereview.appspot.com/9451/diff/10/210#newcode8
Line 8: HEADER_SEARCH_PATHS = ../ ../include
I'm curious why we didn't need this file before and need it now.
Sign in to reply to this message.
Zhanyong
BTW, I also verified that the order of the target in the sh script is ...
17 years, 1 month ago (2008年11月21日 21:39:12 UTC) #5
BTW, I also verified that the order of the target in the sh script is correct.
Sign in to reply to this message.
|
Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b

AltStyle によって変換されたページ (->オリジナル) /