diff options
| author | Ben Johnson <benbjohnson@yahoo.com> | 2014-02-09 15:52:19 -0700 |
|---|---|---|
| committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-02-10 14:04:01 -0700 |
| commit | 509e93dff4cedf88d91ba2c99385da0b4e41eb6a (patch) | |
| tree | b6dc2efd0908df4ca7ff270181e46a1e4d85a77c /Makefile | |
| parent | Clean up. (diff) | |
| download | dedo-509e93dff4cedf88d91ba2c99385da0b4e41eb6a.tar.gz dedo-509e93dff4cedf88d91ba2c99385da0b4e41eb6a.tar.xz | |
Add freelist.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,4 +1,3 @@ -PKG=./... TEST=. BENCH=. COVERPROFILE=/tmp/c.out @@ -7,7 +6,7 @@ bench: benchpreq go test -v -test.bench=$(BENCH) ./.bench cover: fmt - go test -coverprofile=$(COVERPROFILE) . + go test -coverprofile=$(COVERPROFILE) -test.run=$(TEST) . go tool cover -html=$(COVERPROFILE) rm $(COVERPROFILE) @@ -15,6 +14,6 @@ fmt: @go fmt ./... test: fmt - @go test -v -cover -test.run=$(TEST) $(PKG) + @go test -v -cover -test.run=$(TEST) .PHONY: bench cover fmt test |
