aboutsummaryrefslogtreecommitdiffhomepage
path: root/java/compatibility_tests
diff options
context:
space:
mode:
authorGravatar Feng Xiao <xfxyjwf@gmail.com>2016-05-20 15:15:15 -0700
committerGravatar Feng Xiao <xfxyjwf@gmail.com>2016-05-20 15:15:15 -0700
commita31d14b7d0f174645b014aa49a113bc35bb22456 (patch)
tree8cd7776a2120a0a062549212e37c4ebf3498d987 /java/compatibility_tests
parent4f630a68574027e7f4215bcefcaf5b11a8bb507e (diff)
Describe platform requirements for the compatibility tests.
Diffstat (limited to 'java/compatibility_tests')
-rw-r--r--java/compatibility_tests/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/compatibility_tests/README.md b/java/compatibility_tests/README.md
index 3a61e856..2465941e 100644
--- a/java/compatibility_tests/README.md
+++ b/java/compatibility_tests/README.md
@@ -28,6 +28,10 @@ of the dependency is upgraded to the new version.
## How to Run The Tests
+We use a shell script to drive the test of different scenarios so the test
+will only run on unix-like environments. The script expects a few command
+line tools to be available on PATH: git, mvn, wget, grep, sed, java.
+
Before running the tests, make sure you have already built the protoc binary
following [the C++ installation instructions](../../src/README.md). The test
scripts will use the built binary located at ${protobuf}/src/protoc.