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
ed715048
Commit
ed715048
authored
Mar 18, 2015
by
Tamir Duberstein
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add OS X to travis; fix tests to pass on OS X
parent
813d6d65
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
.travis.yml
.travis.yml
+3
-0
command_line_interface_unittest.cc
...ogle/protobuf/compiler/command_line_interface_unittest.cc
+1
-1
No files found.
.travis.yml
View file @
ed715048
language
:
cpp
os
:
-
linux
-
osx
script
:
./autogen.sh && ./configure && make distcheck
notifications
:
email
:
false
src/google/protobuf/compiler/command_line_interface_unittest.cc
View file @
ed715048
...
...
@@ -991,7 +991,7 @@ TEST_F(CommandLineInterfaceTest, WriteDependencyManifestFile) {
" optional Foo foo = 1;
\n
"
"}
\n
"
);
string
current_working_directory
=
get
_current_dir_name
(
);
string
current_working_directory
=
get
cwd
(
NULL
,
0
);
SwitchToTempDirectory
();
Run
(
"protocol_compiler --dependency_out=manifest --test_out=. "
...
...
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