summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2018-07-18 16:35:12 -0700
committerGitHub <noreply@github.com>2018-07-18 16:35:12 -0700
commit5a2d46c6cbf992c8a8f155b27eb3b60807d8aed2 (patch)
tree621ce2faf53d998a783891d31bbd46ec40772338 /Makefile
parent309a3dda605dbda6b9f6f769ea386764671ea5d3 (diff)
downloadchat-5a2d46c6cbf992c8a8f155b27eb3b60807d8aed2.tar.gz
chat-5a2d46c6cbf992c8a8f155b27eb3b60807d8aed2.tar.bz2
chat-5a2d46c6cbf992c8a8f155b27eb3b60807d8aed2.zip
MM-11028 Adding some plugin tests. (#9103)
* Rearranging plugin mocks and moving some common test code out. * Adding tests. * Fixing tests after GoDoc cleanup changes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a5e14bc5a..2782fbc9c 100644
--- a/Makefile
+++ b/Makefile
@@ -285,7 +285,6 @@ ldap-mocks: ## Creates mock files for ldap.
plugin-mocks: ## Creates mock files for plugins.
go get github.com/vektra/mockery/...
$(GOPATH)/bin/mockery -dir plugin -name API -output plugin/plugintest -outpkg plugintest -case underscore -note 'Regenerate this file using `make plugin-mocks`.'
- $(GOPATH)/bin/mockery -dir plugin -name API -inpkg -output plugin -testonly -outpkg plugin -case underscore -note 'Regenerate this file using `make plugin-mocks`.'
$(GOPATH)/bin/mockery -dir plugin -name Hooks -output plugin/plugintest -outpkg plugintest -case underscore -note 'Regenerate this file using `make plugin-mocks`.'
pluginapi: ## Generates api and hooks glue code for plugins