public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Top-level patch committed: Add check-gotools to check-go
@ 2017-06-14 19:36 Ian Lance Taylor
  2017-06-15 21:01 ` Rainer Orth
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Lance Taylor @ 2017-06-14 19:36 UTC (permalink / raw)
  To: gcc-patches, gofrontend-dev

[-- Attachment #1: Type: text/plain, Size: 478 bytes --]

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.

[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 625 bytes --]

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; };
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-16  0:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-14 19:36 Top-level patch committed: Add check-gotools to check-go Ian Lance Taylor
2017-06-15 21:01 ` Rainer Orth
2017-06-16  0:12   ` Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).