aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/vmihailenco/msgpack/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/vmihailenco/msgpack/Makefile')
-rw-r--r--vendor/github.com/vmihailenco/msgpack/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/github.com/vmihailenco/msgpack/Makefile b/vendor/github.com/vmihailenco/msgpack/Makefile
new file mode 100644
index 0000000..b62ae6a
--- /dev/null
+++ b/vendor/github.com/vmihailenco/msgpack/Makefile
@@ -0,0 +1,5 @@
1all:
2 go test ./...
3 env GOOS=linux GOARCH=386 go test ./...
4 go test ./... -short -race
5 go vet