2015-01-10 05:23:09 +08:00
# Makefile for gotools
2016-06-07 16:54:22 +08:00
# Copyright (C) 2015-2016 Free Software Foundation, Inc.
2015-01-10 05:23:09 +08:00
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>.
ACLOCAL_AMFLAGS = -I ./config -I ../config
gcc_version := $( shell $( GCC_FOR_TARGET) -dumpversion)
libexecsubdir = $( libexecdir) /gcc/$( target_noncanonical) /$( gcc_version)
mkinstalldirs = $( SHELL) $( toplevel_srcdir) /mkinstalldirs
PWD_COMMAND = $$ { PWDCMD-pwd}
STAMP = echo timestamp >
libgodir = ../$( target_noncanonical) /libgo
LIBGODEP = $( libgodir) /libgo.la
2017-09-15 01:11:35 +08:00
LIBGOTOOL = $( libgodir) /libgotool.a
2015-01-10 08:23:48 +08:00
i f N A T I V E
# Use the compiler we just built.
2015-12-03 03:27:58 +08:00
GOCOMPILER = $( GOC_FOR_TARGET) $( XGCC_FLAGS_FOR_TARGET)
2015-01-10 08:23:48 +08:00
e l s e
GOCOMPILER = $( GOC)
e n d i f
2015-01-10 05:23:09 +08:00
GOCFLAGS = $( CFLAGS_FOR_TARGET)
2015-01-10 08:23:48 +08:00
GOCOMPILE = $( GOCOMPILER) $( GOCFLAGS)
2015-01-10 05:23:09 +08:00
2017-05-19 06:44:12 +08:00
AM_GOCFLAGS = -I $( libgodir)
2015-01-24 07:11:59 +08:00
AM_LDFLAGS = -L $( libgodir) -L $( libgodir) /.libs
2015-03-13 00:44:36 +08:00
GOLINK = $( GOCOMPILER) $( GOCFLAGS) $( AM_GOCFLAGS) $( LDFLAGS) $( AM_LDFLAGS) -o $@
2015-01-10 05:23:09 +08:00
2017-06-15 03:26:21 +08:00
libgosrcdir = $( srcdir) /../libgo/go
cmdsrcdir = $( libgosrcdir) /cmd
2017-06-30 00:01:38 +08:00
libgomiscdir = $( srcdir) /../libgo/misc
2015-01-10 05:23:09 +08:00
go_cmd_go_files = \
2015-11-01 05:29:38 +08:00
$( cmdsrcdir) /go/alldocs.go \
2015-01-10 05:23:09 +08:00
$( cmdsrcdir) /go/go11.go \
2017-09-15 01:11:35 +08:00
$( cmdsrcdir) /go/main.go
2015-01-10 05:23:09 +08:00
go_cmd_gofmt_files = \
$( cmdsrcdir) /gofmt/doc.go \
$( cmdsrcdir) /gofmt/gofmt.go \
2016-02-04 05:58:02 +08:00
$( cmdsrcdir) /gofmt/internal.go \
2015-01-10 05:23:09 +08:00
$( cmdsrcdir) /gofmt/rewrite.go \
$( cmdsrcdir) /gofmt/simplify.go
go_cmd_cgo_files = \
$( cmdsrcdir) /cgo/ast.go \
$( cmdsrcdir) /cgo/doc.go \
$( cmdsrcdir) /cgo/gcc.go \
$( cmdsrcdir) /cgo/godefs.go \
$( cmdsrcdir) /cgo/main.go \
$( cmdsrcdir) /cgo/out.go \
$( cmdsrcdir) /cgo/util.go
2018-01-09 09:23:08 +08:00
go_cmd_vet_files = \
$( cmdsrcdir) /vet/asmdecl.go \
$( cmdsrcdir) /vet/assign.go \
$( cmdsrcdir) /vet/atomic.go \
$( cmdsrcdir) /vet/bool.go \
$( cmdsrcdir) /vet/buildtag.go \
$( cmdsrcdir) /vet/cgo.go \
$( cmdsrcdir) /vet/composite.go \
$( cmdsrcdir) /vet/copylock.go \
$( cmdsrcdir) /vet/deadcode.go \
$( cmdsrcdir) /vet/dead.go \
$( cmdsrcdir) /vet/doc.go \
$( cmdsrcdir) /vet/httpresponse.go \
$( cmdsrcdir) /vet/lostcancel.go \
$( cmdsrcdir) /vet/main.go \
$( cmdsrcdir) /vet/method.go \
$( cmdsrcdir) /vet/nilfunc.go \
$( cmdsrcdir) /vet/print.go \
$( cmdsrcdir) /vet/rangeloop.go \
$( cmdsrcdir) /vet/shadow.go \
$( cmdsrcdir) /vet/shift.go \
$( cmdsrcdir) /vet/structtag.go \
$( cmdsrcdir) /vet/tests.go \
$( cmdsrcdir) /vet/types.go \
$( cmdsrcdir) /vet/unsafeptr.go \
$( cmdsrcdir) /vet/unused.go
go_cmd_buildid_files = \
$( cmdsrcdir) /buildid/buildid.go \
$( cmdsrcdir) /buildid/doc.go
go_cmd_test2json_files = \
$( cmdsrcdir) /test2json/main.go
2015-01-10 05:23:09 +08:00
GCCGO_INSTALL_NAME := $( shell echo gccgo| sed '$(program_transform_name)' )
GCC_INSTALL_NAME := $( shell echo gcc| sed '$(program_transform_name)' )
GXX_INSTALL_NAME := $( shell echo g++| sed '$(program_transform_name)' )
zdefaultcc.go : s -zdefaultcc ; @true
s-zdefaultcc : Makefile
echo 'package main' > zdefaultcc.go.tmp
2018-01-09 09:23:08 +08:00
echo 'func defaultGCCGO(goos, goarch string) string { return "$(bindir)/$(GCCGO_INSTALL_NAME)" }' >> zdefaultcc.go.tmp
echo 'func defaultCC(goos, goarch string) string { return "$(GCC_INSTALL_NAME)" }' >> zdefaultcc.go.tmp
echo 'func defaultCXX(goos, goarch string) string { return "$(GXX_INSTALL_NAME)" }' >> zdefaultcc.go.tmp
2017-01-14 08:05:42 +08:00
echo 'const defaultPkgConfig = "pkg-config"' >> zdefaultcc.go.tmp
2015-01-10 05:23:09 +08:00
$( SHELL) $( srcdir) /../move-if-change zdefaultcc.go.tmp zdefaultcc.go
$( STAMP) $@
2017-06-30 00:01:38 +08:00
MOSTLYCLEANFILES = \
zdefaultcc.go s-zdefaultcc \
2017-08-31 02:27:17 +08:00
check-gccgo check-gcc gotools.head *-testlog gotools.sum gotools.log \
*.sent
2017-06-30 00:01:38 +08:00
mostlyclean-local :
2018-09-26 20:56:09 +08:00
-chmod -R u+w check-go-dir
2017-06-30 00:01:38 +08:00
rm -rf check-go-dir check-runtime-dir cgo-test-dir carchive-test-dir
2015-01-10 08:23:48 +08:00
2015-01-10 05:23:09 +08:00
i f N A T I V E
# For a native build we build the programs using the newly built libgo
# and install them as regular programs.
bin_PROGRAMS = go$( EXEEXT) gofmt$( EXEEXT)
2018-01-09 09:23:08 +08:00
noinst_PROGRAMS = cgo$( EXEEXT) vet$( EXEEXT) buildid$( EXEEXT) test2json$( EXEEXT)
2015-01-23 09:42:08 +08:00
man_MANS = go.1 gofmt.1
2015-01-10 05:23:09 +08:00
2017-09-15 01:11:35 +08:00
go$(EXEEXT) : $( go_cmd_go_files ) $( LIBGOTOOL ) $( LIBGODEP )
$( GOLINK) $( go_cmd_go_files) $( LIBGOTOOL) $( LIBS) $( NET_LIBS)
2015-01-10 05:23:09 +08:00
gofmt$(EXEEXT) : $( go_cmd_gofmt_files ) $( LIBGODEP )
2015-01-20 17:26:50 +08:00
$( GOLINK) $( go_cmd_gofmt_files) $( LIBS) $( NET_LIBS)
2018-01-09 09:23:08 +08:00
cgo$(EXEEXT) : $( go_cmd_cgo_files ) zdefaultcc .go $( LIBGOTOOL ) $( LIBGODEP )
$( GOLINK) $( go_cmd_cgo_files) zdefaultcc.go $( LIBGOTOOL) $( LIBS) $( NET_LIBS)
vet$(EXEEXT) : $( go_cmd_vet_files ) $( LIBGOTOOL ) $( LIBGODEP )
$( GOLINK) $( go_cmd_vet_files) $( LIBGOTOOL) $( LIBS) $( NET_LIBS)
buildid$(EXEEXT) : $( go_cmd_buildid_files ) $( LIBGOTOOL ) $( LIBGODEP )
$( GOLINK) $( go_cmd_buildid_files) $( LIBGOTOOL) $( LIBS) $( NET_LIBS)
test2json$(EXEEXT) : $( go_cmd_test 2json_files ) $( LIBGOTOOL ) $( LIBGODEP )
$( GOLINK) $( go_cmd_test2json_files) $( LIBGOTOOL) $( LIBS) $( NET_LIBS)
install-exec-local : $( noinst_PROGRAMS )
2015-01-22 12:19:11 +08:00
$( MKDIR_P) $( DESTDIR) $( libexecsubdir)
2018-01-09 09:23:08 +08:00
for f in $( noinst_PROGRAMS) ; do \
rm -f $( DESTDIR) $( libexecsubdir) /$$ f; \
$( INSTALL_PROGRAM) $$ f $( DESTDIR) $( libexecsubdir) /$$ f; \
done
2015-01-22 12:19:11 +08:00
uninstall-local :
2018-01-09 09:23:08 +08:00
for f in $( noinst_PROGRAMS) ; do \
rm -f $( DESTDIR) $( libexecsubdir) /$$ f; \
done
2015-01-22 12:19:11 +08:00
2017-09-19 15:51:49 +08:00
GOTESTFLAGS =
2018-01-19 13:04:51 +08:00
# Number of seconds before tests time out.
2018-02-09 23:05:17 +08:00
GOTOOLS_TEST_TIMEOUT = 480
2018-01-19 13:04:51 +08:00
2017-06-15 03:26:21 +08:00
# Run tests using the go tool, and frob the output to look like that
# generated by DejaGNU. The main output of this is two files:
# gotools.sum and gotools.log.
# check-head starts generating the log files in DejaGNU format. This
# is a separate target so that the date is approximately when we start
# running the tests.
check-head :
@echo " Test Run By $$ {USER} on `date` " > gotools.head
@echo " Native configuration is $( host_triplet) " >> gotools.head
@echo >> gotools.head
@echo " === gotools tests ===" >> gotools.head
@echo >> gotools.head
# check-gccgo is a little shell script that executes gccgo with the
2018-02-08 23:34:42 +08:00
# options to pick up the newly built libgo and libstdc++.
2017-06-15 03:26:21 +08:00
check-gccgo : Makefile
2017-08-31 02:27:17 +08:00
rm -f $@ $@ .tmp
echo "#!/bin/sh" > $@ .tmp
2017-06-15 03:26:21 +08:00
abs_libgodir = ` cd $( libgodir) && $( PWD_COMMAND) ` ; \
2018-02-08 23:34:42 +08:00
echo " $( GOCOMPILE) " '"$$@"' " -I $$ {abs_libgodir} -L $$ {abs_libgodir} -L $$ {abs_libgodir}/.libs -B $$ {abs_libgodir}/../libstdc++-v3/src/.libs -B $$ {abs_libgodir}/../libstdc++-v3/libsupc++/.libs " >> $@ .tmp
2017-08-31 02:27:17 +08:00
chmod +x $@ .tmp
mv -f $@ .tmp $@
# check-gcc is a little shell script that executes the newly built gcc
2018-02-08 23:34:42 +08:00
# with the options to pick up the newly built libgo and libstdc++.
2017-08-31 02:27:17 +08:00
check-gcc : Makefile
rm -f $@ $@ .tmp
echo "#!/bin/sh" > $@ .tmp
abs_libgodir = ` cd $( libgodir) && $( PWD_COMMAND) ` ; \
2018-02-08 23:34:42 +08:00
echo " $( GCC_FOR_TARGET) " '"$$@"' " -L $$ {abs_libgodir} -L $$ {abs_libgodir}/.libs -B $$ {abs_libgodir}/../libstdc++-v3/src/.libs -B $$ {abs_libgodir}/../libstdc++-v3/libsupc++/.libs " >> $@ .tmp
2017-08-31 02:27:17 +08:00
chmod +x $@ .tmp
mv -f $@ .tmp $@
2017-06-15 03:26:21 +08:00
# CHECK_ENV sets up the environment to run the newly built go tool.
2017-06-30 00:01:38 +08:00
# If you change this, change ECHO_ENV, below.
2017-09-15 01:11:35 +08:00
# The fl shell variable is used to avoid having FAIL appear
# in the log unnecessarily.
2017-06-15 03:26:21 +08:00
CHECK_ENV = \
PATH = ` echo $( abs_builddir) :$$ { PATH} | sed 's,::*,:,g;s,^:*,,;s,:*$$,,' ` ; \
export PATH; \
GCCGO = " $( abs_builddir) /check-gccgo " ; \
export GCCGO; \
2017-08-31 02:27:17 +08:00
CC = " $( abs_builddir) /check-gcc " ; \
export CC; \
2017-06-15 03:26:21 +08:00
GCCGOTOOLDIR = " $( abs_builddir) " ; \
export GCCGOTOOLDIR; \
GO_TESTING_GOTOOLS = yes; \
export GO_TESTING_GOTOOLS; \
abs_libgodir = ` cd $( libgodir) && $( PWD_COMMAND) ` ; \
LD_LIBRARY_PATH = ` echo $$ { abs_libgodir} /.libs:$$ { LD_LIBRARY_PATH} | sed 's,::*,:,g;s,^:*,,;s,:*$$,,' ` ; \
2017-07-16 01:50:18 +08:00
export LD_LIBRARY_PATH; \
GOROOT = $$ { abs_libgodir} ; \
2017-09-15 01:11:35 +08:00
export GOROOT; \
2018-05-05 00:23:51 +08:00
GOCACHE = $( abs_builddir) /gocache-test; \
export GOCACHE; \
2017-09-15 01:11:35 +08:00
fl1 = "FA" ; fl2 = "IL" ; fl = " $$ {fl1} $$ {fl2} " ;
2017-06-15 03:26:21 +08:00
2017-06-30 00:01:38 +08:00
# ECHO_ENV is a variant of CHECK_ENV to put into a testlog file.
# It assumes that abs_libgodir is set.
2018-05-05 00:23:51 +08:00
ECHO_ENV = PATH = ` echo $( abs_builddir) :$$ { PATH} | sed 's,::*,:,g;s,^:*,,;s,:*$$,,' ` GCCGO = '$(abs_builddir)/check-gccgo' CC = '$(abs_builddir)/check-gcc' GCCGOTOOLDIR = '$(abs_builddir)' GO_TESTING_GOTOOLS = yes LD_LIBRARY_PATH = ` echo $$ { abs_libgodir} /.libs:$$ { LD_LIBRARY_PATH} | sed 's,::*,:,g;s,^:*,,;s,:*$$,,' ` GOROOT = ` echo $$ { abs_libgodir} GOCACHE = '$(abs_builddir)/gocache-test' `
2017-06-30 00:01:38 +08:00
2018-01-09 09:23:08 +08:00
# check-go-tool runs `go test cmd/go` in our environment.
check-go-tool : go $( EXEEXT ) $( noinst_PROGRAMS ) check -head check -gccgo check -gcc
2018-09-26 20:56:09 +08:00
-chmod -R u+w check-go-dir
2017-06-30 00:01:38 +08:00
rm -rf check-go-dir cmd_go-testlog
2017-06-15 03:26:21 +08:00
$( MKDIR_P) check-go-dir/src/cmd/go
cp $( cmdsrcdir) /go/*.go check-go-dir/src/cmd/go/
2017-09-15 01:11:35 +08:00
cp -r $( cmdsrcdir) /go/internal check-go-dir/src/cmd/go/
cp $( libgodir) /zdefaultcc.go check-go-dir/src/cmd/go/internal/cfg/
2017-06-15 03:26:21 +08:00
cp -r $( cmdsrcdir) /go/testdata check-go-dir/src/cmd/go/
2017-09-15 01:11:35 +08:00
cp -r $( cmdsrcdir) /internal check-go-dir/src/cmd/
2018-01-09 09:23:08 +08:00
cp $( libgodir) /objabi.go check-go-dir/src/cmd/internal/objabi/
2017-06-30 00:01:38 +08:00
@abs_libgodir= ` cd $( libgodir) && $( PWD_COMMAND) ` ; \
abs_checkdir = ` cd check-go-dir && $( PWD_COMMAND) ` ; \
2018-01-19 13:04:51 +08:00
echo " cd check-go-dir/src/cmd/go && $( ECHO_ENV) GOPATH= $$ {abs_checkdir} $( abs_builddir) /go $( EXEEXT) test -test.short -test.timeout= $( GOTOOLS_TEST_TIMEOUT) s -test.v " > cmd_go-testlog
2017-06-15 03:26:21 +08:00
$( CHECK_ENV) \
GOPATH = ` cd check-go-dir && $( PWD_COMMAND) ` ; \
export GOPATH; \
2018-01-19 13:04:51 +08:00
( cd check-go-dir/src/cmd/go && $( abs_builddir) /go$( EXEEXT) test -test.short -test.timeout= $( GOTOOLS_TEST_TIMEOUT) s -test.v) >> cmd_go-testlog 2>& 1 || echo " --- $$ {fl}: go test cmd/go (0.00s) " >> cmd_go-testlog
2017-09-19 15:51:49 +08:00
grep '^--- ' cmd_go-testlog | sed -e 's/^--- \(.*\) ([^)]*)$$/\1/' | sort -k 2
2017-06-15 03:26:21 +08:00
2017-06-30 00:01:38 +08:00
# check-runtime runs `go test runtime` in our environment.
# The runtime package is also tested as part of libgo,
# but the runtime tests use the go tool heavily, so testing
# here too will catch more problems.
2018-01-09 09:23:08 +08:00
check-runtime : go $( EXEEXT ) $( noinst_PROGRAMS ) check -head check -gccgo check -gcc
2017-06-30 00:01:38 +08:00
rm -rf check-runtime-dir runtime-testlog
$( MKDIR_P) check-runtime-dir
@abs_libgodir= ` cd $( libgodir) && $( PWD_COMMAND) ` ; \
LD_LIBRARY_PATH = ` echo $$ { abs_libgodir} /.libs:$$ { LD_LIBRARY_PATH} | sed 's,::*,:,g;s,^:*,,;s,:*$$,,' ` ; \
GOARCH = ` $( abs_builddir) /go$( EXEEXT) env GOARCH` ; \
GOOS = ` $( abs_builddir) /go$( EXEEXT) env GOOS` ; \
files = ` $( SHELL) $( libgosrcdir) /../match.sh --goarch= $$ { GOARCH} --goos= $$ { GOOS} --srcdir= $( libgosrcdir) /runtime --extrafiles= " $( libgodir) /runtime_sysinfo.go $( libgodir) /sigtab.go " --tag= libffi` ; \
2018-03-21 23:46:37 +08:00
echo " $( ECHO_ENV) GC=' $( abs_builddir) /check-gccgo -fgo-compiling-runtime' GOARCH= $$ {GOARCH} GOOS= $$ {GOOS} $( SHELL) $( libgosrcdir) /../testsuite/gotest --goarch= $$ {GOARCH} --goos= $$ {GOOS} --basedir= $( libgosrcdir) /.. --srcdir= $( libgosrcdir) /runtime --pkgpath=runtime --pkgfiles=' $$ {files}' $( GOTESTFLAGS) -test.timeout= $( GOTOOLS_TEST_TIMEOUT) s -test.v " > runtime-testlog
2017-06-30 00:01:38 +08:00
$( CHECK_ENV) \
GC = " $$ {GCCGO} -fgo-compiling-runtime " ; \
export GC; \
GOARCH = ` $( abs_builddir) /go$( EXEEXT) env GOARCH` ; \
GOOS = ` $( abs_builddir) /go$( EXEEXT) env GOOS` ; \
files = ` $( SHELL) $( libgosrcdir) /../match.sh --goarch= $$ { GOARCH} --goos= $$ { GOOS} --srcdir= $( libgosrcdir) /runtime --extrafiles= " $( libgodir) /runtime_sysinfo.go $( libgodir) /sigtab.go " --tag= libffi` ; \
2018-03-21 23:46:37 +08:00
$( SHELL) $( libgosrcdir) /../testsuite/gotest --goarch= $$ { GOARCH} --goos= $$ { GOOS} --basedir= $( libgosrcdir) /.. --srcdir= $( libgosrcdir) /runtime --pkgpath= runtime --pkgfiles= " $$ {files} " $( GOTESTFLAGS) -test.timeout= $( GOTOOLS_TEST_TIMEOUT) s -test.v >> runtime-testlog 2>& 1 || echo " --- $$ {fl}: go test runtime (0.00s) " >> runtime-testlog
2017-09-19 15:51:49 +08:00
grep '^--- ' runtime-testlog | sed -e 's/^--- \(.*\) ([^)]*)$$/\1/' | sort -k 2
2017-06-30 00:01:38 +08:00
# check-cgo-test runs `go test misc/cgo/test` in our environment.
2018-01-09 09:23:08 +08:00
check-cgo-test : go $( EXEEXT ) $( noinst_PROGRAMS ) check -head check -gccgo check -gcc
2017-06-30 00:01:38 +08:00
rm -rf cgo-test-dir cgo-testlog
$( MKDIR_P) cgo-test-dir/misc/cgo
cp -r $( libgomiscdir) /cgo/test cgo-test-dir/misc/cgo/
@abs_libgodir= ` cd $( libgodir) && $( PWD_COMMAND) ` ; \
2018-01-19 13:04:51 +08:00
echo " cd cgo-test-dir/misc/cgo/test && $( ECHO_ENV) GOTRACEBACK=2 $( abs_builddir) /go $( EXEEXT) test -test.short -test.timeout= $( GOTOOLS_TEST_TIMEOUT) s -test.v " > cgo-testlog
2017-06-30 00:01:38 +08:00
$( CHECK_ENV) \
GOTRACEBACK = 2; \
export GOTRACEBACK; \
2018-01-19 13:04:51 +08:00
( cd cgo-test-dir/misc/cgo/test && $( abs_builddir) /go$( EXEEXT) test -test.short -test.timeout= $( GOTOOLS_TEST_TIMEOUT) s -test.v) >> cgo-testlog 2>& 1 || echo " --- $$ {fl}: go test misc/cgo/test (0.00s) " >> cgo-testlog
2017-09-19 15:51:49 +08:00
grep '^--- ' cgo-testlog | sed -e 's/^--- \(.*\) ([^)]*)$$/\1/' | sort -k 2
2017-06-30 00:01:38 +08:00
# check-carchive-test runs `go test misc/cgo/testcarchive/carchive_test.go`
# in our environment.
2018-01-09 09:23:08 +08:00
check-carchive-test : go $( EXEEXT ) $( noinst_PROGRAMS ) check -head check -gccgo check -gcc
2017-06-30 00:01:38 +08:00
rm -rf carchive-test-dir carchive-testlog
$( MKDIR_P) carchive-test-dir/misc/cgo
cp -r $( libgomiscdir) /cgo/testcarchive carchive-test-dir/misc/cgo/
@abs_libgodir= ` cd $( libgodir) && $( PWD_COMMAND) ` ; \
2018-01-19 13:04:51 +08:00
echo " cd carchive-test-dir/misc/cgo/testcarchive && $( ECHO_ENV) LIBRARY_PATH=`echo $$ {abs_libgodir}/.libs` $( abs_builddir) /go $( EXEEXT) test -test.timeout= $( GOTOOLS_TEST_TIMEOUT) s -test.v carchive_test.go " > carchive-testlog
2017-06-30 00:01:38 +08:00
$( CHECK_ENV) \
LIBRARY_PATH = ` echo $$ { abs_libgodir} /.libs:$$ { LIBRARY_PATH} | sed 's,::*,:,g;s,^:*,,;s,:*$$,,' ` ; \
export LIBRARY_PATH; \
2018-01-19 13:04:51 +08:00
( cd carchive-test-dir/misc/cgo/testcarchive && $( abs_builddir) /go$( EXEEXT) test -test.timeout= $( GOTOOLS_TEST_TIMEOUT) s -test.v carchive_test.go) >> carchive-testlog 2>& 1 || echo " --- $$ {fl}: go test misc/cgo/testcarchive (0.00s) " >> carchive-testlog
2017-09-19 15:51:49 +08:00
grep '^--- ' carchive-testlog | sed -e 's/^--- \(.*\) ([^)]*)$$/\1/' | sort -k 2
2017-06-30 00:01:38 +08:00
2018-01-09 09:23:08 +08:00
# check-vet runs `go test cmd/vet` in our environment.
check-vet : go $( EXEEXT ) $( noinst_PROGRAMS ) check -head check -gccgo check -gcc
rm -rf check-vet-dir cmd_vet-testlog
2018-09-25 05:46:21 +08:00
$( MKDIR_P) check-vet-dir/src/cmd/internal
2018-01-09 09:23:08 +08:00
cp -r $( cmdsrcdir) /vet check-vet-dir/src/cmd/
2018-09-25 05:46:21 +08:00
cp -r $( cmdsrcdir) /internal/objabi check-vet-dir/src/cmd/internal
cp $( libgodir) /objabi.go check-vet-dir/src/cmd/internal/objabi/
2018-01-09 09:23:08 +08:00
@abs_libgodir= ` cd $( libgodir) && $( PWD_COMMAND) ` ; \
abs_checkdir = ` cd check-vet-dir && $( PWD_COMMAND) ` ; \
2018-01-19 13:04:51 +08:00
echo " cd check-vet-dir/src/cmd/vet && $( ECHO_ENV) GOPATH= $$ {abs_checkdir} $( abs_builddir) /go $( EXEEXT) test -test.short -test.timeout= $( GOTOOLS_TEST_TIMEOUT) s -test.v " > cmd_vet-testlog
2018-01-09 09:23:08 +08:00
$( CHECK_ENV) \
GOPATH = ` cd check-vet-dir && $( PWD_COMMAND) ` ; \
export GOPATH; \
2018-01-19 13:04:51 +08:00
( cd check-vet-dir/src/cmd/vet && $( abs_builddir) /go$( EXEEXT) test -test.short -test.timeout= $( GOTOOLS_TEST_TIMEOUT) s -test.v) >> cmd_vet-testlog 2>& 1 || echo " --- $$ {fl}: go test cmd/vet (0.00s) " >> cmd_vet-testlog
2018-01-09 09:23:08 +08:00
grep '^--- ' cmd_vet-testlog | sed -e 's/^--- \(.*\) ([^)]*)$$/\1/' | sort -k 2
2017-06-15 03:26:21 +08:00
# The check targets runs the tests and assembles the output files.
2018-01-09 09:23:08 +08:00
check : check -head check -go -tool check -runtime check -cgo -test check -carchive -test check -vet
2017-06-30 00:01:38 +08:00
@mv gotools.head gotools.sum
@cp gotools.sum gotools.log
2018-01-09 09:23:08 +08:00
@for file in cmd_go-testlog runtime-testlog cgo-testlog carchive-testlog cmd_vet-testlog; do \
2017-06-15 03:26:21 +08:00
testname = ` echo $$ { file} | sed -e 's/-testlog//' -e 's|_|/|' ` ; \
echo " Running $$ {testname} " >> gotools.sum; \
echo " Running $$ {testname} " >> gotools.log; \
sed -e 's/^--- \(.*\) ([^)]*)$$/\1/' < $$ { file} >> gotools.log; \
2017-09-19 15:51:49 +08:00
grep '^--- ' $$ { file} | sed -e 's/^--- \(.*\) ([^)]*)$$/\1/' -e 's/SKIP/UNTESTED/' | sort -k 2 >> gotools.sum; \
2017-06-15 03:26:21 +08:00
done
@echo >> gotools.sum
@echo " === gotools Summary ===" >> gotools.sum
2017-06-30 00:01:38 +08:00
@pass= ` grep -c '^PASS' gotools.sum` ; \
2017-06-15 03:26:21 +08:00
if test " $$ {pass} " -ne "0" ; then \
echo " # of expected passes $$ {pass} " >> gotools.sum; \
fi
2017-06-30 00:01:38 +08:00
@fail= ` grep -c '^FAIL' gotools.sum` ; \
2017-06-15 03:26:21 +08:00
if test " $$ {fail} " -ne "0" ; then \
echo " # of unexpected failures $$ {fail} " >> gotools.sum; \
fi
2017-06-30 00:01:38 +08:00
@untested= ` grep -c '^UNTESTED' gotools.sum` ; \
2017-06-15 03:26:21 +08:00
if test " $$ {untested} " -ne "0" ; then \
echo " # of untested testcases $$ {untested} " >> gotools.sum; \
fi
2017-06-30 00:01:38 +08:00
@echo ` echo $( GOC_FOR_TARGET) | sed -e 's/ .*//' ` ` $( GOC_FOR_TARGET) -v 2>& 1 | grep " version" | sed -n -e 's/.* \(version.*$$\)/\1/p' ` >> gotools.sum
@echo >> gotools.log
@echo "runtest completed at `date`" >> gotools.log
@if grep '^FAIL' gotools.sum >/dev/null 2>& 1; then exit 1; fi
2017-06-15 03:26:21 +08:00
2018-01-09 09:23:08 +08:00
.PHONY : check check -head check -go -tool check -runtime check -cgo -test check -carchive -test check -vet
2017-06-15 03:26:21 +08:00
2015-01-10 05:23:09 +08:00
e l s e
# For a non-native build we have to build the programs using a
# previously built host (or build -> host) Go compiler. We should
# only do this if such a compiler is available. We also need to get
# the right values for GOARCH and GOOS in the default build context in
# the go/build package. Figure this out later.
e n d i f