aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-02-16 12:11:10 -0700
committerBen Johnson <benbjohnson@yahoo.com>2014-02-16 12:11:10 -0700
commit6a7be8879bd7a33017c181018780bf5f4915b056 (patch)
tree5573bd653680219efba02cd11fd38ced6cdbf647 /Makefile
parentImprove test coverage. (diff)
downloaddedo-6a7be8879bd7a33017c181018780bf5f4915b056.tar.gz
dedo-6a7be8879bd7a33017c181018780bf5f4915b056.tar.xz
Add Stringer support.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a6ad051..b89032d 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ BENCH=.
COVERPROFILE=/tmp/c.out
bench: benchpreq
- go test -v -test.bench=$(BENCH) ./.bench
+ go test -v -test.bench=$(BENCH)
cover: fmt
go test -coverprofile=$(COVERPROFILE) -test.run=$(TEST) .