aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/gomega/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/onsi/gomega/Makefile')
-rw-r--r--vendor/github.com/onsi/gomega/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/github.com/onsi/gomega/Makefile b/vendor/github.com/onsi/gomega/Makefile
new file mode 100644
index 000000000..c92cd56e3
--- /dev/null
+++ b/vendor/github.com/onsi/gomega/Makefile
@@ -0,0 +1,6 @@
+test:
+ [ -z "`gofmt -s -w -l -e .`" ]
+ go vet
+ ginkgo -p -r --randomizeAllSpecs --failOnPending --randomizeSuites --race
+
+.PHONY: test