Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
f36ae07c
Commit
f36ae07c
authored
Jul 05, 2011
by
liujisi@google.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update external gtest to 1.5.0.
parent
295a0960
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
autogen.sh
autogen.sh
+3
-3
No files found.
autogen.sh
View file @
f36ae07c
...
@@ -18,9 +18,9 @@ fi
...
@@ -18,9 +18,9 @@ fi
# Check that gtest is present. Usually it is already there since the
# Check that gtest is present. Usually it is already there since the
# directory is set up as an SVN external.
# directory is set up as an SVN external.
if
test
!
-e
gtest
;
then
if
test
!
-e
gtest
;
then
echo
"Google Test not present. Fetching gtest-1.
3
.0 from the web..."
echo
"Google Test not present. Fetching gtest-1.
5
.0 from the web..."
curl http://googletest.googlecode.com/files/gtest-1.
3
.0.tar.bz2 |
tar
jx
curl http://googletest.googlecode.com/files/gtest-1.
5
.0.tar.bz2 |
tar
jx
mv
gtest-1.
3
.0 gtest
mv
gtest-1.
5
.0 gtest
fi
fi
set
-ex
set
-ex
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment