This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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  <iant@golang.org>

* Makefile.am (libgosrcdir): Define.
(check-head, check-gccgo, check-go-tool): New targets.
(CHECK_ENV): Define.
(check): New target.
(mostlyclean-local): New target.
* Makefile.in: Rebuild.

Attachment: patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]