OSDN Git Service

Subzero: Improve the "make check-presubmit" target.
authorJim Stichnoth <stichnot@chromium.org>
Tue, 17 Nov 2015 14:14:05 +0000 (06:14 -0800)
committerJim Stichnoth <stichnot@chromium.org>
Tue, 17 Nov 2015 14:14:05 +0000 (06:14 -0800)
commit23bee88492b83c132ae18eded1b5143fb501d085
treec95aaeffcaf5727586db0840f493d1e79025697a
parentccea793fe4259ba9aa0b6bcd3f281a5c08ac2aa4
Subzero: Improve the "make check-presubmit" target.

1. Include a test build (but no link) using g++, to identify errors and warnings before they hit the Windows bots.

2. Move "git diff --quiet" to the end so that the presubmit tests can easily be run before committing locally, if desired.

3. Add "make presubmit" as an alias for "make check-presubmit".

4. Document the individual steps.

BUG= none
R=jpp@chromium.org

Review URL: https://codereview.chromium.org/1453713002 .
Makefile.standalone