diff options
| author | Ben Johnson <benbjohnson@yahoo.com> | 2014-04-11 15:11:55 -0600 |
|---|---|---|
| committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-04-11 15:11:55 -0600 |
| commit | 2c8020ec8e98e7b6c6c0fd3bd6e91d41caf7f25a (patch) | |
| tree | 125c24e03c653417ce8bf5965b7fbcbeb2dedb04 /Makefile | |
| parent | Merge pull request #128 from benbjohnson/import-export (diff) | |
| parent | Upgrade import/export to use nested buckets. (diff) | |
| download | dedo-2c8020ec8e98e7b6c6c0fd3bd6e91d41caf7f25a.tar.gz dedo-2c8020ec8e98e7b6c6c0fd3bd6e91d41caf7f25a.tar.xz | |
Merge pull request #127 from benbjohnson/nested-keys
Add nested buckets.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ cloc: @cloc --not-match-f='Makefile|_test.go' . cover: fmt - go test -coverprofile=$(COVERPROFILE) -test.run=$(TEST) . + go test -coverprofile=$(COVERPROFILE) -test.run=$(TEST) $(COVERFLAG) . go tool cover -html=$(COVERPROFILE) rm $(COVERPROFILE) @@ -47,6 +47,6 @@ test: fmt errcheck @echo "" @echo "" @echo "=== RACE DETECTOR ===" - @go test -v -race -test.run=Parallel + @go test -v -race -test.run="TestSimulate_(100op|1000op|10000op)" .PHONY: bench cloc cover cpuprofile fmt memprofile test |
