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
9681ef42
Commit
9681ef42
authored
May 06, 2015
by
Josh Haberman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run conformance tests against Java for the Travis build.
Change-Id: I8ef8664f7facf86028be3f4f0d5d2efc8a685d6d
parent
1f34eb6e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.travis.yml
.travis.yml
+1
-0
Makefile.am
conformance/Makefile.am
+2
-2
No files found.
.travis.yml
View file @
9681ef42
...
@@ -14,6 +14,7 @@ script:
...
@@ -14,6 +14,7 @@ script:
-
cd python && python setup.py build && python setup.py test && cd ..
-
cd python && python setup.py build && python setup.py test && cd ..
-
export LD_LIBRARY_PATH=../src/.libs
-
export LD_LIBRARY_PATH=../src/.libs
-
cd python && python setup.py build --cpp_implementation && python setup.py test --cpp_implementation && cd ..
-
cd python && python setup.py build --cpp_implementation && python setup.py test --cpp_implementation && cd ..
-
cd conformance && make test_java && cd ..
-
make distcheck -j2
-
make distcheck -j2
notifications
:
notifications
:
email
:
false
email
:
false
conformance/Makefile.am
View file @
9681ef42
...
@@ -46,13 +46,13 @@ MAINTAINERCLEANFILES = \
...
@@ -46,13 +46,13 @@ MAINTAINERCLEANFILES = \
Makefile.in
Makefile.in
javac_middleman
:
ConformanceJava.java protoc_middleman
javac_middleman
:
ConformanceJava.java protoc_middleman
javac ConformanceJava.java com/google/protobuf/conformance/Conformance.java
javac
-classpath
../java/target/classes
ConformanceJava.java com/google/protobuf/conformance/Conformance.java
@
touch
javac_middleman
@
touch
javac_middleman
conformance-java
:
javac_middleman
conformance-java
:
javac_middleman
@
echo
"Writing shortcut script conformance-java..."
@
echo
"Writing shortcut script conformance-java..."
@
echo
'#! /bin/sh'
>
conformance-java
@
echo
'#! /bin/sh'
>
conformance-java
@
echo
'java -classpath .:
$$CLASSPATH
ConformanceJava "$$@"'
>>
conformance-java
@
echo
'java -classpath .:
../java/target/classes
ConformanceJava "$$@"'
>>
conformance-java
@
chmod
+x conformance-java
@
chmod
+x conformance-java
# Targets for actually running tests.
# Targets for actually running tests.
...
...
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