* Makefile.am (MOSTLYCLEANFILES): Remove testing files and logs.
commitfa9acbba6acdfad11578e78fbc2156526d3b5e79
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Jun 2017 16:01:38 +0000 (29 16:01 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Jun 2017 16:01:38 +0000 (29 16:01 +0000)
treeefb34ee072bd28fe87601c63560dec0edab90481
parentee9f137292520469165dd7a62fe60c03d15b482d
* Makefile.am (MOSTLYCLEANFILES): Remove testing files and logs.
(mostlyclean-local): Remove check-runtime-dir, cgo-test-dir,
carchive-test-dir.
(ECHO_ENV): Define.
(check-go-tool): Depend on cgo.  Write command to testlog.
(check-runtime): New target.
(check-cgo-test): New target.
(check-carchive-test): New target.
(check): Depend on check-runtime, check-cgo-test,
check-carchive-test.  Add @ to prettify output.
(.PHONY): Add check-runtime, check-cgo-test, check-carchive-test.
* Makefile.in: Rebuild.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@249799 138bc75d-0d04-0410-961f-82ee72b054a4
gotools/ChangeLog
gotools/Makefile.am
gotools/Makefile.in