summaryrefslogtreecommitdiff
path: root/pull-requests.md
diff options
context:
space:
mode:
authorTim Hockin <thockin@google.com>2016-05-24 08:40:44 -0700
committerTim Hockin <thockin@google.com>2016-07-12 21:52:00 -0700
commit793488ebab93cd98c436bcf08de0845efe38ec1a (patch)
tree7e5899ed9c39e1832487185e19908e231f6ca1b8 /pull-requests.md
parent84f3c5486fcefdfb9ed0e1b0e1058c45d3464951 (diff)
Use make as the main build tool
This allows us to start building real dependencies into Makefile. Leave old hack/* scripts in place but advise to use 'make'. There are a few rules that call things like 'go run' or 'build/*' that I left as-is for now.
Diffstat (limited to 'pull-requests.md')
-rw-r--r--pull-requests.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/pull-requests.md b/pull-requests.md
index 2037b410..40705971 100644
--- a/pull-requests.md
+++ b/pull-requests.md
@@ -69,9 +69,9 @@ Additionally, for infrequent or new contributors, we require the on call to appl
The following will save time for both you and your reviewer:
* Enable [pre-commit hooks](development.md#committing-changes-to-your-fork) and verify they pass.
-* Verify `hack/verify-all.sh` passes.
-* Verify `hack/test-go.sh` passes.
-* Verify `hack/test-integration.sh` passes.
+* Verify `make verify` passes.
+* Verify `make test` passes.
+* Verify `make test-integration.sh` passes.
## Release Notes