diff options
| author | Joseph Richey <joerichey@google.com> | 2017-07-19 18:17:29 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-19 18:17:29 -0700 |
| commit | d32430055414762d8c62db5595b461b3087ea760 (patch) | |
| tree | d37a0569947deca92591bd996cd8df738101a3df /CONTRIBUTING.md | |
| parent | 8f4830c7715e5719780f195ce3400b8768c30688 (diff) | |
| parent | 16ec9949f831efd21c78d5f0cb589c40cbbeea33 (diff) | |
Merge pull request #27 from google/tests
coveralls: Adding Travis CI integration
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 45c5487..1470fa4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -96,8 +96,9 @@ be older than v3.0.0. In that case, just get the build [directly from GitHub](https://github.com/google/protobuf/releases/latest). After installing everything, running `make all` will run all the commands -mentioned above. As with `make test`, you can run the integration tests by -either using `make all MOUNT=/path/to/my/filesystem` or using the +mentioned above (except for `make gen` as different versions of protoc can +rearrange things differently). As with `make test`, you can run the integration +tests by either using `make all MOUNT=/path/to/my/filesystem` or using the `make test-setup` and `make test-teardown` commands. `make all` should always be run before submitting a pull request. |