Re: Patch RFC: Add check target to gotool to check go command

2017-06-14 Thread Ian Lance Taylor
On Wed, Jun 14, 2017 at 9:48 AM, Ian Lance Taylor wrote: > This patch to the gotools Makefile adds a check target. This initial > implementation of the check target tests the go tool by running the > existing testsuite in libgo/go/cmd/go. Bootstrapped and ran Go > testsuite on x86_64-pc-linux-gn

Patch RFC: Add check target to gotool to check go command

2017-06-14 Thread Ian Lance Taylor
This patch to the gotools Makefile adds a check target. This initial implementation of the check target tests the go tool by running the existing testsuite in libgo/go/cmd/go. Bootstrapped and ran Go testsuite on x86_64-pc-linux-gnu. Ian 2017-06-14 Ian Lance Taylor * Makefile.am (libgosrcdi