]> Cypherpunks repositories - gostls13.git/commit
test/codegen: mention -all_codegen in the README
authorAlberto Donizetti <alb.donizetti@gmail.com>
Sun, 1 Sep 2019 15:30:56 +0000 (17:30 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Sun, 1 Sep 2019 15:37:13 +0000 (15:37 +0000)
commite6d2544d20f028dffc529ba58249e11f709382e4
tree862200eccdcea6a50ae9136e94213e629972d255
parentc51909e3a59b8222e9de05be4d1aec75c6d40b4a
test/codegen: mention -all_codegen in the README

For performance reasons (avoiding costly cross-compilations) CL 177577
changed the codegen test harness to only run the tests for the
machine's GOARCH by default.

This change updates the codegen README accordingly, explaining what
all.bash does run by default and how to perform the tests for all
architectures.

Fixes #33924

Change-Id: I43328d878c3e449ebfda46f7e69963a44a511d40
Reviewed-on: https://go-review.googlesource.com/c/go/+/192619
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
test/codegen/README