Commit c0e1ccf3 authored by Russ Cox's avatar Russ Cox

Make.pkg: have "make coverage" invoke 6cov with correct binary

Fixes #239.

R=r
https://golang.org/cl/154176
parent 6e788e0f
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment