mirror of
https://github.com/golang/go
synced 2024-11-22 09:04:42 -07:00
Make.pkg: have "make coverage" invoke 6cov with correct binary
Fixes #239. R=r https://golang.org/cl/154176
This commit is contained in:
parent
6e788e0f0f
commit
c0e1ccf3ff
@ -26,7 +26,7 @@ PREREQ+=$(patsubst %,%.make,$(DEPS))
|
||||
|
||||
coverage:
|
||||
gotest
|
||||
6cov -g $(shell pwd) | grep -v '_test\.go:'
|
||||
6cov -g $(shell pwd) $O.out | grep -v '_test\.go:'
|
||||
|
||||
clean:
|
||||
rm -rf *.[$(OS)o] *.a [$(OS)].out *.cgo[12].go *.cgo[34].c *.so _obj _test _testmain.go $(CLEANFILES)
|
||||
|
Loading…
Reference in New Issue
Block a user