diff mbox

Top-level patch committed: Add check-gotools to check-go

Message ID CAOyqgcUNCXRu++cJTs807+uMCpz3Vb00RNYocXgaesZOLaLSDQ@mail.gmail.com
State New
Headers show

Commit Message

Ian Lance Taylor June 14, 2017, 7:36 p.m. UTC
I've committed this patch to the top level Makefile.def so that `make
check-go` will run `make check-gotools`.  Bootstrapped and ran Go
testsuite on x86_64-pc-linux-gnu.  Committed to mainline.

This patch may cause new test failures on other systems.  Please let
me know about them.  I don't anticipate anything in particular, but,
who knows.

Ian

2017-06-14  Ian Lance Taylor  <iant@golang.org>

* Makefile.def: Add check-gotools to go check targets.
* Makefile.in: Rebuild.
diff mbox

Patch

Index: Makefile.def
===================================================================
--- Makefile.def	(revision 249171)
+++ Makefile.def	(working copy)
@@ -601,7 +601,8 @@  languages = { language=objc;	gcc-check-t
 				lib-check-target=check-target-libobjc; };
 languages = { language=obj-c++;	gcc-check-target=check-obj-c++; };
 languages = { language=go;	gcc-check-target=check-go;
-				lib-check-target=check-target-libgo; };
+				lib-check-target=check-target-libgo;
+				lib-check-target=check-gotools; };
 languages = { language=brig;	gcc-check-target=check-brig;
 				lib-check-target=check-target-libhsail-rt; };