aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/smartystreets/assertions/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/smartystreets/assertions/Makefile')
-rwxr-xr-xvendor/github.com/smartystreets/assertions/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/smartystreets/assertions/Makefile b/vendor/github.com/smartystreets/assertions/Makefile
deleted file mode 100755
index 7e90d4f2..00000000
--- a/vendor/github.com/smartystreets/assertions/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/make -f
-
-test:
- go test -timeout=1s -short ./...
-
-compile:
- go build ./...
-
-build: test compile
-
-.PHONY: test compile build